Lines Matching defs:PL
4251 auto PL = types::getCompilationPhases(InputType);
4253 phases::ID InitialPhase = PL[0];
4254 LinkOnly = LinkOnly && phases::Link == InitialPhase && PL.size() == 1;
4387 auto PL = types::getCompilationPhases(*this, Args, InputType);
4388 if (PL.empty())
4408 for (phases::ID Phase : PL) {
4413 Current, InputArg, Phase, PL.back(), FullPL);
4419 assert(Phase == PL.back() && "linking must be final compilation step.");
4435 assert(Phase == PL.back() && "merging must be final compilation step.");
4862 auto PL = types::getCompilationPhases(*this, Args, InputType);
4864 for (phases::ID Phase : PL) {
4866 assert(Phase == PL.back() && "linking must be final compilation step.");