Lines Matching refs:CompileJobAction
2346 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
4177 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP); in BuildActions()
4383 !(isa<CompileJobAction>(HostAction) || in BuildOffloadingActions()
4442 if (isa<CompileJobAction>(A) && isa<CompileJobAction>(HostAction) && in BuildOffloadingActions()
4519 }) && isa<CompileJobAction>(HostAction); in BuildOffloadingActions()
4595 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
4597 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()
4599 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
4606 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()
4608 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction()
4613 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction()
4970 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[2].JA); in combineAssembleBackendCompile()
5030 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[1].JA); in combineBackendCompile()
5771 return isa<CompileJobAction>(JA) && in GetNamedOutputPath()
6260 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA) && in ShouldUseClangCompiler()
6274 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && in ShouldUseFlangCompiler()