class OffloadPackagerJobAction
Declaration
class OffloadPackagerJobAction : public JobAction { /* full declaration omitted */ };
Description
Action - Represent an abstract compilation step to perform. An action represents an edge in the compilation graph; typically it is a job to transform an input using some tool. The current driver is hard wired to expect actions which produce a single primary output, at least in terms of controlling the compilation. Actions can produce auxiliary files, but can only produce a single output to feed into subsequent actions. Actions are usually owned by a Compilation, which creates new actions via MakeAction().
Declared at: clang/include/clang/Driver/Action.h:673
Inherits from: JobAction
Member Variables
Inherited from Action:
- protected ActiveOffloadKindMask = 0U
- protected OffloadingDeviceKind = OFK_None
- protected OffloadingArch = nullptr
- protected OffloadingToolChain = nullptr
Method Overview
- public OffloadPackagerJobAction(clang::driver::ActionList & Inputs, types::ID Type)
- private void anchor()
- public static bool classof(const clang::driver::Action * A)
Inherited from JobAction:
Inherited from Action:
- public GetOffloadKindName
- public GetOffloadingFileNamePrefix
- public getClassName
- public getClassName
- public getInputs
- public getInputs
- public getKind
- public getOffloadingArch
- public getOffloadingDeviceKind
- public getOffloadingHostActiveKinds
- public getOffloadingKindPrefix
- public getOffloadingToolChain
- public getType
- public input_begin
- public input_begin
- public input_end
- public input_end
- public inputs
- public inputs
- public isCollapsingWithNextDependentActionLegal
- public isDeviceOffloading
- public isHostOffloading
- public isOffloading
- public propagateDeviceOffloadInfo
- public propagateHostOffloadInfo
- public propagateOffloadInfo
- public setCannotBeCollapsedWithNextDependentAction
- public setHostOffloadInfo
- public size
Methods
¶OffloadPackagerJobAction(
clang::driver::ActionList& Inputs,
types::ID Type)
OffloadPackagerJobAction(
clang::driver::ActionList& Inputs,
types::ID Type)
Declared at: clang/include/clang/Driver/Action.h:677
Parameters
- clang::driver::ActionList& Inputs
- types::ID Type
¶void anchor()
void anchor()
Declared at: clang/include/clang/Driver/Action.h:674
¶static bool classof(
const clang::driver::Action* A)
static bool classof(
const clang::driver::Action* A)
Declared at: clang/include/clang/Driver/Action.h:679
Parameters
- const clang::driver::Action* A