Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp355 void BackendJobAction::anchor() {} in anchor()
357 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() function in BackendJobAction
H A DDriver.cpp2040 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
3251 auto *ASM = C.MakeAction<BackendJobAction>(BC, types::TY_PP_Asm); in appendLinkHostActions()
3986 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
3994 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
3996 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction()
4309 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackendCompile()
4341 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackend()
4363 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA); in combineBackendCompile()
4638 if (const BackendJobAction *BA = dyn_cast<BackendJobAction>(A)) { in BuildJobsForActionNoCache()
5427 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp73 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
H A DClang.cpp978 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()
4433 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
4530 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()
5184 if (isa<BackendJobAction>(JA)) { in ConstructJob()
5209 isa<BackendJobAction>(JA)); in ConstructJob()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h473 class BackendJobAction : public JobAction {
477 BackendJobAction(Action *Input, types::ID OutputType);