Type that provides information about the actions that depend on this unbundling action.
More...
#include "clang/Driver/Action.h"
Type that provides information about the actions that depend on this unbundling action.
Definition at line 602 of file Action.h.
◆ DependentActionInfo()
clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentActionInfo |
( |
const ToolChain * |
DependentToolChain, |
|
|
StringRef |
DependentBoundArch, |
|
|
const OffloadKind |
DependentOffloadKind |
|
) |
| |
|
inline |
◆ DependentBoundArch
StringRef clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentBoundArch |
The bound architecture of the dependent action.
Definition at line 607 of file Action.h.
◆ DependentOffloadKind
const OffloadKind clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentOffloadKind = OFK_None |
The offload kind of the dependent action.
Definition at line 610 of file Action.h.
◆ DependentToolChain
const ToolChain* clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentToolChain = nullptr |
The tool chain of the dependent action.
Definition at line 604 of file Action.h.
The documentation for this struct was generated from the following file: