reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineFunction.cpp
  483   OS << "# Machine code for function " << getName() << ": ";
  484   getProperties().print(OS);
  485   OS << '\n';
  488   FrameInfo->print(*this, OS);
  492     JumpTableInfo->print(OS);
  495   ConstantPool->print(OS);
  500     OS << "Function Live Ins: ";
  503       OS << printReg(I->first, TRI);
  505         OS << " in " << printReg(I->second, TRI);
  507         OS << ", ";
  509     OS << '\n';
  515     OS << '\n';
  517     BB.print(OS, MST, Indexes, /*IsStandalone=*/true);
  520   OS << "\n# End machine code for function " << getName() << ".\n\n";