Searched refs:CompileJobAction (Results 1 – 4 of 4) sorted by relevance
94 void CompileJobAction::anchor() {} in anchor()96 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
1069 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()1747 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()1749 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()1751 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()1758 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()1760 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction()1763 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction()1915 JobAction *CompileJA = cast<CompileJobAction>( in selectToolForJob()1946 cast<CompileJobAction>(CHA ? *CHA->input_begin() : *Inputs->begin()); in selectToolForJob()2577 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()
2729 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()3887 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()5941 !C.getDriver().embedBitcodeEnabled() && isa<CompileJobAction>(JA)) in ConstructJob()5986 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
247 class CompileJobAction : public JobAction {250 CompileJobAction(Action *Input, types::ID OutputType);