Home | History | Annotate | Download | only in Driver

Lines Matching refs:PL

1169   llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL;
1174 PL.clear();
1175 types::getCompilationPhases(InputType, PL);
1179 phases::ID InitialPhase = PL[0];
1215 i = PL.begin(), e = PL.end(); i != e; ++i) {
1252 if (FinalPhase == phases::Link && PL.size() == 1)