Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp2405 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
4532 !(isa<CompileJobAction>(HostAction) || in BuildOffloadingActions()
4591 if (isa<CompileJobAction>(A) && isa<CompileJobAction>(HostAction) && in BuildOffloadingActions()
4668 }) && isa<CompileJobAction>(HostAction); in BuildOffloadingActions()
4748 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
4755 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()
4762 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction()
5138 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[2].JA); in combineAssembleBackendCompile()
5198 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[1].JA); in combineBackendCompile()
6008 return isa<CompileJobAction>(JA) && in GetNamedOutputPath()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h473 class CompileJobAction : public JobAction {
477 CompileJobAction(Action *Input, types::ID OutputType);
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp678 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
H A DClang.cpp833 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()
4941 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
5866 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
7379 isa<CompileJobAction>(JA)) in ConstructJob()