Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp688 GV->printAsOperand(OutStreamer->getCommentOS(), in emitGlobalVariable()
690 OutStreamer->getCommentOS() << '\n'; in emitGlobalVariable()
879 OutStreamer->getCommentOS() in emitFunctionHeader()
912 F.printAsOperand(OutStreamer->getCommentOS(), in emitFunctionHeader()
915 OutStreamer->getCommentOS() << '\n'; in emitFunctionHeader()
1613 emitComments(MI, OutStreamer->getCommentOS()); in emitFunctionBody()
1862 OutStreamer->getCommentOS() << "-- End function\n"; in emitFunctionBody()
3127 AP.OutStreamer->getCommentOS() in emitGlobalConstantDataSequential()
3248 ET->print(AP.OutStreamer->getCommentOS()); in emitGlobalConstantFP()
3249 AP.OutStreamer->getCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCAsmStreamer.cpp129 raw_ostream &getCommentOS() override { in getCommentOS() function in __anonce84e77f0111::MCAsmStreamer
2217 raw_ostream &OS = getCommentOS(); in AddEncodingComment()
2323 Inst.dump_pretty(getCommentOS(), InstPrinter.get(), "\n "); in emitInstruction()
2324 getCommentOS() << "\n"; in emitInstruction()
2334 getCommentOS() << "\n"; in emitInstruction()
DMCStreamer.cpp111 raw_ostream &MCStreamer::getCommentOS() { in getCommentOS() function in MCStreamer
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp963 OutStreamer->getCommentOS() << MO << '\n'; in emitInstruction()
1034 OutStreamer->getCommentOS() << MO << '\n'; in emitInstruction()
2484 GV->printAsOperand(OutStreamer->getCommentOS(), in emitGlobalVariableHelper()
2486 OutStreamer->getCommentOS() << '\n'; in emitGlobalVariableHelper()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCStreamer.h360 virtual raw_ostream &getCommentOS();
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp260 OutStreamer->getCommentOS() << ' ' << OutlinerString; in emitFunctionHeaderComment()