Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DAction.cpp378 void BackendJobAction::anchor() {} in anchor()
380 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() function in BackendJobAction
H A DDriver.cpp2346 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
3384 C.MakeAction<BackendJobAction>(CudaDeviceActions[I], Output); in getDeviceDependences()
4619 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
4625 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
4643 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
4645 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction()
4969 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackendCompile()
5007 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackend()
5029 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA); in combineBackendCompile()
6260 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA) && in ShouldUseClangCompiler()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DAction.h483 class BackendJobAction : public JobAction {
487 BackendJobAction(Action *Input, types::ID OutputType);
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DFlang.cpp257 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
H A DClang.cpp944 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()
4740 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
4836 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()
5549 isa<BackendJobAction>(JA)) { in ConstructJob()
5587 isa<BackendJobAction>(JA)); in ConstructJob()