Searched refs:PreprocessJobAction (Results 1 – 4 of 4) sorted by relevance
86 void PreprocessJobAction::anchor() {} in anchor()88 PreprocessJobAction::PreprocessJobAction(std::unique_ptr<Action> Input, in PreprocessJobAction() function in PreprocessJobAction
1564 return llvm::make_unique<PreprocessJobAction>(std::move(Input), OutputTy); in ConstructPhaseAction()1788 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) && in selectToolForJob()1981 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()1993 (isa<PreprocessJobAction>(JA) || JA.getType() == types::TY_ModuleFile)) in GetNamedOutputPath()2345 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
3501 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()4553 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) { in ConstructJob()5402 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
185 class PreprocessJobAction : public JobAction {188 PreprocessJobAction(std::unique_ptr<Action> Input, types::ID OutputType);