Home
last modified time | relevance | path

Searched refs:GetCommentOS (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp458 GV->printAsOperand(OutStreamer->GetCommentOS(), in EmitGlobalVariable()
460 OutStreamer->GetCommentOS() << '\n'; in EmitGlobalVariable()
643 OutStreamer->GetCommentOS() in EmitFunctionHeader()
662 F.printAsOperand(OutStreamer->GetCommentOS(), in EmitFunctionHeader()
664 OutStreamer->GetCommentOS() << '\n'; in EmitFunctionHeader()
1237 OutStreamer->GetCommentOS() << "-- End function\n"; in EmitFunctionBody()
2433 ET->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP()
2436 AP.OutStreamer->GetCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP()
2842 raw_ostream &OS = AP.OutStreamer->GetCommentOS(); in emitBasicBlockLoopComments()
2909 BB->printAsOperand(OutStreamer->GetCommentOS(), in EmitBasicBlockStart()
[all …]
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp119 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anona620a6280111::MCAsmStreamer
1742 raw_ostream &OS = GetCommentOS(); in AddEncodingComment()
1847 GetCommentOS() << "\n"; in EmitInstruction()
1848 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction()
1849 GetCommentOS() << "\n"; in EmitInstruction()
1860 GetCommentOS() << SI; in EmitInstruction()
1865 GetCommentOS() << "\n"; in EmitInstruction()
H A DMCStreamer.cpp106 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h317 virtual raw_ostream &GetCommentOS();