Lines Matching refs:Phase
3620 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments() local
3621 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments()
3717 for (phases::ID Phase : PL) { in BuildActions() local
3721 Current, InputArg, Phase, PL.back(), FullPL); in BuildActions()
3726 if (Phase == phases::Link) { in BuildActions()
3727 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildActions()
3737 if (Phase == phases::IfsMerge) { in BuildActions()
3738 assert(Phase == PL.back() && "merging must be final compilation step."); in BuildActions()
3747 if (Phase == phases::Precompile && HeaderModuleAction && in BuildActions()
3758 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
3826 for (auto Phase : PhaseList) { in BuildActions() local
3827 switch (Phase) { in BuildActions()
3842 assert(Phase == PhaseList.back() && in BuildActions()
3884 Compilation &C, const ArgList &Args, phases::ID Phase, Action *Input, in ConstructPhaseAction() argument
3891 if (Phase == phases::Assemble && Input->getType() != types::TY_PP_Asm) in ConstructPhaseAction()
3895 switch (Phase) { in ConstructPhaseAction()