Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp537 GV->printAsOperand(OutStreamer->GetCommentOS(), in emitGlobalVariable()
539 OutStreamer->GetCommentOS() << '\n'; in emitGlobalVariable()
724 OutStreamer->GetCommentOS() in emitFunctionHeader()
757 F.printAsOperand(OutStreamer->GetCommentOS(), in emitFunctionHeader()
760 OutStreamer->GetCommentOS() << '\n'; in emitFunctionHeader()
1300 emitComments(MI, OutStreamer->GetCommentOS()); in emitFunctionBody()
1529 OutStreamer->GetCommentOS() << "-- End function\n"; in emitFunctionBody()
2805 ET->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP()
3222 raw_ostream &OS = AP.OutStreamer->GetCommentOS(); in emitBasicBlockLoopComments()
3284 BB->printAsOperand(OutStreamer->GetCommentOS(), in emitBasicBlockStart()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp130 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anon2e2465b70111::MCAsmStreamer
2143 raw_ostream &OS = GetCommentOS(); in AddEncodingComment()
2247 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in emitInstruction()
2248 GetCommentOS() << "\n"; in emitInstruction()
2258 GetCommentOS() << "\n"; in emitInstruction()
H A DMCStreamer.cpp108 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp864 OutStreamer->GetCommentOS() << MO << '\n'; in emitInstruction()
934 OutStreamer->GetCommentOS() << MO << '\n'; in emitInstruction()
2341 GV->printAsOperand(OutStreamer->GetCommentOS(), in emitGlobalVariableHelper()
2343 OutStreamer->GetCommentOS() << '\n'; in emitGlobalVariableHelper()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h345 virtual raw_ostream &GetCommentOS();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp247 OutStreamer->GetCommentOS() << ' ' << OutlinerString; in emitFunctionHeaderComment()