Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp477 GV->printAsOperand(OutStreamer->GetCommentOS(), in EmitGlobalVariable()
479 OutStreamer->GetCommentOS() << '\n'; in EmitGlobalVariable()
659 OutStreamer->GetCommentOS() in EmitFunctionHeader()
685 F.printAsOperand(OutStreamer->GetCommentOS(), in EmitFunctionHeader()
687 OutStreamer->GetCommentOS() << '\n'; in EmitFunctionHeader()
1107 emitComments(MI, OutStreamer->GetCommentOS()); in EmitFunctionBody()
1249 OutStreamer->GetCommentOS() << "-- End function\n"; in EmitFunctionBody()
2444 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential()
2531 ET->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP()
2532 AP.OutStreamer->GetCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp119 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anon4601078e0111::MCAsmStreamer
1845 raw_ostream &OS = GetCommentOS(); in AddEncodingComment()
1944 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction()
1945 GetCommentOS() << "\n"; in EmitInstruction()
1955 GetCommentOS() << "\n"; in EmitInstruction()
DMCStreamer.cpp108 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h333 virtual raw_ostream &GetCommentOS();