Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp523 GV->printAsOperand(OutStreamer->GetCommentOS(), in emitGlobalVariable()
525 OutStreamer->GetCommentOS() << '\n'; in emitGlobalVariable()
710 OutStreamer->GetCommentOS() in emitFunctionHeader()
743 F.printAsOperand(OutStreamer->GetCommentOS(), in emitFunctionHeader()
746 OutStreamer->GetCommentOS() << '\n'; in emitFunctionHeader()
1286 emitComments(MI, OutStreamer->GetCommentOS()); in emitFunctionBody()
1509 OutStreamer->GetCommentOS() << "-- End function\n"; in emitFunctionBody()
2693 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential()
2780 ET->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP()
2781 AP.OutStreamer->GetCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp130 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anon43a7144e0111::MCAsmStreamer
2101 raw_ostream &OS = GetCommentOS(); in AddEncodingComment()
2205 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in emitInstruction()
2206 GetCommentOS() << "\n"; in emitInstruction()
2216 GetCommentOS() << "\n"; in emitInstruction()
H A DMCStreamer.cpp108 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h345 virtual raw_ostream &GetCommentOS();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2189 GV->printAsOperand(OutStreamer->GetCommentOS(), in emitGlobalVariableHelper()
2191 OutStreamer->GetCommentOS() << '\n'; in emitGlobalVariableHelper()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp247 OutStreamer->GetCommentOS() << ' ' << OutlinerString; in emitFunctionHeaderComment()