Ejemplo n.º 1
0
void TimePassesHandler::print() { TG.print(*CreateInfoOutputFile()); }
Ejemplo n.º 2
0
void TimePassesHandler::print() {
  if (!Enabled)
    return;
  TG.print(OutStream ? *OutStream : *CreateInfoOutputFile(), true);
}