|
enum | ActionClass {
InputClass = 0,
BindArchClass,
OffloadClass,
PreprocessJobClass,
PrecompileJobClass,
AnalyzeJobClass,
MigrateJobClass,
CompileJobClass,
BackendJobClass,
AssembleJobClass,
LinkJobClass,
LipoJobClass,
DsymutilJobClass,
VerifyDebugInfoJobClass,
VerifyPCHJobClass,
JobClassFirst = PreprocessJobClass,
JobClassLast = VerifyPCHJobClass
} |
|
enum | OffloadKind { OFK_None = 0x00,
OFK_Host = 0x01,
OFK_Cuda = 0x02
} |
|
typedef ActionList::size_type | size_type |
|
typedef ActionList::iterator | input_iterator |
|
typedef ActionList::const_iterator | input_const_iterator |
|
typedef llvm::iterator_range
< input_iterator > | input_range |
|
typedef llvm::iterator_range
< input_const_iterator > | input_const_range |
|
| Action (ActionClass Kind, types::ID Type) |
|
| Action (ActionClass Kind, Action *Input, types::ID Type) |
|
| Type (Type) |
|
| Inputs (Inputs) |
|
unsigned | ActiveOffloadKindMask = 0u |
| Offload information. More...
|
|
OffloadKind | OffloadingDeviceKind = OFK_None |
| Offloading kind of the device. More...
|
|
const char * | OffloadingArch = nullptr |
| The Offloading architecture associated with this action. More...
|
|
| Type |
|
Definition at line 189 of file Action.h.