Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp356 GV->printAsOperand(OutStreamer.GetCommentOS(), in EmitGlobalVariable()
358 OutStreamer.GetCommentOS() << '\n'; in EmitGlobalVariable()
541 F->printAsOperand(OutStreamer.GetCommentOS(), in EmitFunctionHeader()
543 OutStreamer.GetCommentOS() << '\n'; in EmitFunctionHeader()
815 emitComments(MI, OutStreamer.GetCommentOS()); in EmitFunctionBody()
1875 AP.OutStreamer.GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential()
1892 AP.OutStreamer.GetCommentOS() << "float " << F << '\n'; in emitGlobalConstantDataSequential()
1905 AP.OutStreamer.GetCommentOS() << "double " << F << '\n'; in emitGlobalConstantDataSequential()
1988 CFP->getType()->print(AP.OutStreamer.GetCommentOS()); in emitGlobalConstantFP()
1990 AP.OutStreamer.GetCommentOS() << "Printing <null> Type"; in emitGlobalConstantFP()
[all …]
/external/llvm/lib/MC/
DMCAsmStreamer.cpp101 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anon0a0f6ae50111::MCAsmStreamer
1166 raw_ostream &OS = GetCommentOS(); in AddEncodingComment()
1259 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction()
1260 GetCommentOS() << "\n"; in EmitInstruction()
DMCStreamer.cpp62 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
/external/llvm/include/llvm/MC/
DMCStreamer.h273 virtual raw_ostream &GetCommentOS();