Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp366 void CompileJobAction::anchor() {} in anchor()
368 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
H A DDriver.cpp2236 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
3490 if (isa<CompileJobAction>(HostAction)) { in addDeviceDepences()
3499 assert(isa<CompileJobAction>(A)); in addDeviceDepences()
4411 !(isa<CompileJobAction>(HostAction) || in BuildOffloadingActions()
4464 if (isa<CompileJobAction>(A) && isa<CompileJobAction>(HostAction) && in BuildOffloadingActions()
4537 HDep, isa<CompileJobAction>(HostAction) ? DDep : DDeps); in BuildOffloadingActions()
4616 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
4968 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[2].JA); in combineAssembleBackendCompile()
5028 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[1].JA); in combineBackendCompile()
5741 return isa<CompileJobAction>(JA) && in GetNamedOutputPath()
[all …]
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFlang.cpp80 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
H A DClang.cpp1025 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()
4710 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
5463 if (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
5501 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
6957 isa<CompileJobAction>(JA)) in ConstructJob()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h490 class CompileJobAction : public JobAction {
494 CompileJobAction(Action *Input, types::ID OutputType);
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp114 isa<driver::CompileJobAction>(Actions.front()) || in ignoreExtraCC1Commands()
118 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in ignoreExtraCC1Commands()