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

Overridden By

lib/MC/MCAsmStreamer.cpp
  117   raw_ostream &GetCommentOS() override {

Declarations

include/llvm/MC/MCStreamer.h
  322   virtual raw_ostream &GetCommentOS();

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  472       GV->printAsOperand(OutStreamer->GetCommentOS(),
  474       OutStreamer->GetCommentOS() << '\n';
  654     OutStreamer->GetCommentOS()
  680     F.printAsOperand(OutStreamer->GetCommentOS(),
  682     OutStreamer->GetCommentOS() << '\n';
 1077         emitComments(MI, OutStreamer->GetCommentOS());
 1217     OutStreamer->GetCommentOS() << "-- End function\n";
 2395         AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n",
 2482     ET->print(AP.OutStreamer->GetCommentOS());
 2483     AP.OutStreamer->GetCommentOS() << ' ' << StrVal << '\n';
 2689         AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n",
 2889   raw_ostream &OS = AP.OutStreamer->GetCommentOS();
 2957         BB->printAsOperand(OutStreamer->GetCommentOS(),
 2959         OutStreamer->GetCommentOS() << '\n';