Home
last modified time | relevance | path

Searched refs:BackendJobAction (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp371 void BackendJobAction::anchor() {} in anchor()
373 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() function in BackendJobAction
H A DDriver.cpp2236 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
4636 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
4642 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
4650 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
4652 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction()
4967 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackendCompile()
5005 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackend()
5027 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA); in combineBackendCompile()
5321 if (const BackendJobAction *BA = dyn_cast<BackendJobAction>(A)) { in BuildJobsForActionNoCache()
6182 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA) && in ShouldUseClangCompiler()
[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()
4802 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()
5464 isa<BackendJobAction>(JA)) { in ConstructJob()
5502 isa<BackendJobAction>(JA)); in ConstructJob()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h501 class BackendJobAction : public JobAction {
505 BackendJobAction(Action *Input, types::ID OutputType);