Searched refs:CompileJobAction (Results 1 – 4 of 4) sorted by relevance
90 void CompileJobAction::anchor() {} in anchor()92 CompileJobAction::CompileJobAction(std::unique_ptr<Action> Input, in CompileJobAction() function in CompileJobAction
864 if (isa<CompileJobAction>(A) || in ContainsCompileOrAssembleAction()1335 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()1338 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()1341 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()1350 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()1353 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()1358 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()1508 JobAction *CompileJA = cast<CompileJobAction>(*BackendInputs->begin()); in SelectToolForJob()1524 JobAction *CompileJA = cast<CompileJobAction>(*Inputs->begin()); in SelectToolForJob()2137 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()
2092 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()2663 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()4635 isa<CompileJobAction>(JA)) in ConstructJob()4683 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()4708 if (SplitDwarf && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ConstructJob()
189 class CompileJobAction : public JobAction {192 CompileJobAction(std::unique_ptr<Action> Input, types::ID OutputType);