Home
last modified time | relevance | path

Searched refs:CompileJobAction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp375 void CompileJobAction::anchor() {} in anchor()
377 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
H A DDriver.cpp2451 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
4338 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP); in BuildActions()
4582 !(isa<CompileJobAction>(HostAction) || in BuildOffloadingActions()
4645 if (isa<CompileJobAction>(A) && isa<CompileJobAction>(HostAction) && in BuildOffloadingActions()
4744 }) && isa<CompileJobAction>(HostAction); in BuildOffloadingActions()
4828 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
4830 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()
4832 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
4839 return C.MakeAction<CompileJobAction>(Inpu in ConstructPhaseAction()
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h473 class CompileJobAction : public JobAction {
477 CompileJobAction(Action *Input, types::ID OutputType);
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp115 isa<driver::CompileJobAction>(Actions.front()) || in ignoreExtraCC1Commands()
119 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in ignoreExtraCC1Commands()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp693 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
H A DClang.cpp5196 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
6058 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
7612 isa<CompileJobAction>(JA)) in ConstructJob()