Home
last modified time | relevance | path

Searched refs:getCommentOS (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp742 GV->printAsOperand(OutStreamer->getCommentOS(), in emitGlobalVariable()
744 OutStreamer->getCommentOS() << '\n'; in emitGlobalVariable()
933 OutStreamer->getCommentOS() in emitFunctionHeader()
1019 F.printAsOperand(OutStreamer->getCommentOS(), in emitFunctionHeader()
1022 OutStreamer->getCommentOS() << '\n'; in emitFunctionHeader()
1735 emitComments(MI, OutStreamer->getCommentOS()); in emitFunctionBody()
3374 AP.OutStreamer->getCommentOS() in emitGlobalConstantDataSequential()
3495 ET->print(AP.OutStreamer->getCommentOS()); in emitGlobalConstantFP()
3699 AP.OutStreamer->getCommentOS() in emitGlobalConstantImpl()
3920 raw_ostream &OS = AP.OutStreamer->getCommentOS(); in emitBasicBlockLoopComments()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp130 raw_ostream &getCommentOS() override { in getCommentOS() function in __anon770b66b90111::MCAsmStreamer
2287 raw_ostream &OS = getCommentOS(); in AddEncodingComment()
2392 Inst.dump_pretty(getCommentOS(), InstPrinter.get(), "\n "); in emitInstruction()
2393 getCommentOS() << "\n"; in emitInstruction()
2403 getCommentOS() << "\n"; in emitInstruction()
H A DMCStreamer.cpp111 raw_ostream &MCStreamer::getCommentOS() { in getCommentOS() function in MCStreamer
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp118 OutStreamer->getCommentOS() in emitFunctionHeader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp995 OutStreamer->getCommentOS() << MO << '\n'; in emitInstruction()
1067 OutStreamer->getCommentOS() << MO << '\n'; in emitInstruction()
2544 GV->printAsOperand(OutStreamer->getCommentOS(), in emitGlobalVariableHelper()
2546 OutStreamer->getCommentOS() << '\n'; in emitGlobalVariableHelper()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h364 virtual raw_ostream &getCommentOS();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp284 OutStreamer->getCommentOS() << ' ' << OutlinerString; in emitFunctionHeaderComment()