struct OffloadUnbundlingJobAction::DependentActionInfo

Declaration

struct OffloadUnbundlingJobAction::DependentActionInfo { /* full declaration omitted */ };

Description

Type that provides information about the actions that depend on this unbundling action.

Declared at: clang/include/clang/Driver/Action.h:619

Member Variables

public const clang::driver::ToolChain* DependentToolChain = nullptr
The tool chain of the dependent action.
public llvm::StringRef DependentBoundArch
The bound architecture of the dependent action.
public const clang::driver::Action::OffloadKind DependentOffloadKind = OFK_None
The offload kind of the dependent action.

Method Overview

  • public DependentActionInfo(const clang::driver::ToolChain * DependentToolChain, llvm::StringRef DependentBoundArch, const clang::driver::Action::OffloadKind DependentOffloadKind)

Methods

ΒΆDependentActionInfo(
    const clang::driver::ToolChain*
        DependentToolChain,
    llvm::StringRef DependentBoundArch,
    const clang::driver::Action::OffloadKind
        DependentOffloadKind)

Declared at: clang/include/clang/Driver/Action.h:629

Parameters

const clang::driver::ToolChain* DependentToolChain
llvm::StringRef DependentBoundArch
const clang::driver::Action::OffloadKind DependentOffloadKind