Searched refs:PreprocessJobAction (Results 1 – 9 of 9) sorted by relevance
74 void PreprocessJobAction::anchor() {} in anchor()76 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
1735 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()1966 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) && in selectToolForJob()2182 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()2194 (isa<PreprocessJobAction>(JA) || JA.getType() == types::TY_ModuleFile)) in GetNamedOutputPath()2576 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
3858 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()4979 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) { in ConstructJob()5888 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
317 void PreprocessJobAction::anchor() {} in anchor()319 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
3784 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()4259 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()4685 if (isa<PreprocessJobAction>(JA)) in HasPreprocessOutput()4687 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0])) in HasPreprocessOutput()4716 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()5256 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()5270 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseFlangCompiler()
37 if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
4208 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()4475 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze))) in ConstructJob()5364 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()6072 if (isa<PreprocessJobAction>(JA)) in ConstructJob()6121 !isa<PreprocessJobAction>(JA)) { in ConstructJob()
207 class PreprocessJobAction : public JobAction {210 PreprocessJobAction(Action *Input, types::ID OutputType);
390 class PreprocessJobAction : public JobAction {394 PreprocessJobAction(Action *Input, types::ID OutputType);