Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp380 void BackendJobAction::anchor() {} in anchor()
382 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() function in BackendJobAction
H A DDriver.cpp2405 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
3478 C.MakeAction<BackendJobAction>(CudaDeviceActions[I], Output); in getDeviceDependences()
4774 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
4780 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
4798 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
4800 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction()
5137 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackendCompile()
5175 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackend()
5197 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA); in combineBackendCompile()
6440 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA) && in ShouldUseClangCompiler()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h484 class BackendJobAction : public JobAction {
488 BackendJobAction(Action *Input, types::ID OutputType);
/freebsd/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()
5059 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()
5867 isa<BackendJobAction>(JA)); in ConstructJob()