Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp721 GV->printAsOperand(OutStreamer->getCommentOS(), in emitGlobalVariable()
723 OutStreamer->getCommentOS() << '\n'; in emitGlobalVariable()
929 OutStreamer->getCommentOS() in emitFunctionHeader()
999 F.printAsOperand(OutStreamer->getCommentOS(), in emitFunctionHeader()
1002 OutStreamer->getCommentOS() << '\n'; in emitFunctionHeader()
1744 emitComments(MI, OutStreamer->getCommentOS()); in emitFunctionBody()
2014 OutStreamer->getCommentOS() << "-- End function\n"; in emitFunctionBody()
3385 AP.OutStreamer->getCommentOS() in emitGlobalConstantDataSequential()
3506 ET->print(AP.OutStreamer->getCommentOS()); in emitGlobalConstantFP()
3507 AP.OutStreamer->getCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp146 raw_ostream &getCommentOS() override { in getCommentOS() function in __anon0673dc030111::MCAsmStreamer
2313 raw_ostream &OS = getCommentOS(); in AddEncodingComment()
2418 Inst.dump_pretty(getCommentOS(), InstPrinter.get(), "\n "); in emitInstruction()
2419 getCommentOS() << "\n"; in emitInstruction()
2429 getCommentOS() << "\n"; in emitInstruction()
H A DMCStreamer.cpp110 raw_ostream &MCStreamer::getCommentOS() { in getCommentOS() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp135 OutStreamer->getCommentOS() in emitFunctionHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1080 OutStreamer->getCommentOS() << MO << '\n'; in emitInstruction()
1151 OutStreamer->getCommentOS() << MO << '\n'; in emitInstruction()
2806 GV->printAsOperand(OutStreamer->getCommentOS(), in emitGlobalVariableHelper()
2808 OutStreamer->getCommentOS() << '\n'; in emitGlobalVariableHelper()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h369 virtual raw_ostream &getCommentOS();
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp325 OutStreamer->getCommentOS() << ' ' << OutlinerString; in emitFunctionHeaderComment()