clang 22.0.0git
|
Type that provides information about the actions that depend on this unbundling action. More...
#include "clang/Driver/Action.h"
Public Member Functions | |
DependentActionInfo (const ToolChain *DependentToolChain, StringRef DependentBoundArch, const OffloadKind DependentOffloadKind) |
Public Attributes | |
const ToolChain * | DependentToolChain = nullptr |
The tool chain of the dependent action. | |
StringRef | DependentBoundArch |
The bound architecture of the dependent action. | |
const OffloadKind | DependentOffloadKind = OFK_None |
The offload kind of the dependent action. |
Type that provides information about the actions that depend on this unbundling action.
|
inline |
Definition at line 603 of file Action.h.
References DependentBoundArch, DependentOffloadKind, and DependentToolChain.
StringRef clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentBoundArch |
The bound architecture of the dependent action.
Definition at line 598 of file Action.h.
Referenced by DependentActionInfo().
const OffloadKind clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentOffloadKind = OFK_None |
The offload kind of the dependent action.
Definition at line 601 of file Action.h.
Referenced by DependentActionInfo().
const ToolChain* clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentToolChain = nullptr |
The tool chain of the dependent action.
Definition at line 595 of file Action.h.
Referenced by DependentActionInfo().