Lines Matching refs:Phase

3978         for (phases::ID Phase : types::getCompilationPhases(HeaderType))  in handleArguments()  local
3979 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments()
4084 for (phases::ID Phase : PL) { in BuildActions() local
4089 Current, InputArg, Phase, PL.back(), FullPL); in BuildActions()
4094 if (Phase == phases::Link) { in BuildActions()
4095 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildActions()
4108 if (Phase == phases::IfsMerge) { in BuildActions()
4109 assert(Phase == PL.back() && "merging must be final compilation step."); in BuildActions()
4118 if (Phase == phases::Precompile && HeaderModuleAction && in BuildActions()
4125 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4135 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
4230 for (auto Phase : PhaseList) { in BuildActions() local
4231 switch (Phase) { in BuildActions()
4246 assert(Phase == PhaseList.back() && in BuildActions()
4454 for (phases::ID Phase : PL) { in BuildOffloadingActions() local
4455 if (Phase == phases::Link) { in BuildOffloadingActions()
4456 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildOffloadingActions()
4462 A = ConstructPhaseAction(C, Args, Phase, A, Kind); in BuildOffloadingActions()
4541 Compilation &C, const ArgList &Args, phases::ID Phase, Action *Input, in ConstructPhaseAction() argument
4548 if (Phase == phases::Assemble && Input->getType() != types::TY_PP_Asm) in ConstructPhaseAction()
4552 switch (Phase) { in ConstructPhaseAction()