Lines Matching refs:Phase
4049 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments() local
4050 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments()
4150 for (phases::ID Phase : PL) { in BuildActions() local
4155 Current, InputArg, Phase, PL.back(), FullPL); in BuildActions()
4160 if (Phase == phases::Link) { in BuildActions()
4161 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildActions()
4176 if (Phase == phases::IfsMerge) { in BuildActions()
4177 assert(Phase == PL.back() && "merging must be final compilation step."); in BuildActions()
4183 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4193 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
4285 for (auto Phase : PhaseList) { in BuildActions() local
4286 switch (Phase) { in BuildActions()
4301 assert(Phase == PhaseList.back() && in BuildActions()
4575 for (phases::ID Phase : PL) { in BuildOffloadingActions() local
4576 if (Phase == phases::Link) { in BuildOffloadingActions()
4577 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildOffloadingActions()
4589 A = ConstructPhaseAction(C, Args, Phase, A, Kind); in BuildOffloadingActions()
4676 Compilation &C, const ArgList &Args, phases::ID Phase, Action *Input, in ConstructPhaseAction() argument
4683 if (Phase == phases::Assemble && Input->getType() != types::TY_PP_Asm) in ConstructPhaseAction()
4687 switch (Phase) { in ConstructPhaseAction()