Lines Matching refs:Phase
4090 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments() local
4091 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments()
4191 for (phases::ID Phase : PL) { in BuildActions() local
4196 Current, InputArg, Phase, PL.back(), FullPL); in BuildActions()
4201 if (Phase == phases::Link) { in BuildActions()
4202 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildActions()
4217 if (Phase == phases::IfsMerge) { in BuildActions()
4218 assert(Phase == PL.back() && "merging must be final compilation step."); in BuildActions()
4224 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4234 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
4326 for (auto Phase : PhaseList) { in BuildActions() local
4327 switch (Phase) { in BuildActions()
4342 assert(Phase == PhaseList.back() && in BuildActions()
4629 for (phases::ID Phase : PL) { in BuildOffloadingActions() local
4630 if (Phase == phases::Link) { in BuildOffloadingActions()
4631 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildOffloadingActions()
4643 A = ConstructPhaseAction(C, Args, Phase, A, Kind); in BuildOffloadingActions()
4752 Compilation &C, const ArgList &Args, phases::ID Phase, Action *Input, in ConstructPhaseAction() argument
4759 if (Phase == phases::Assemble && Input->getType() != types::TY_PP_Asm) in ConstructPhaseAction()
4763 switch (Phase) { in ConstructPhaseAction()