Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp370 GV->printAsOperand(OutStreamer->GetCommentOS(), in EmitGlobalVariable()
372 OutStreamer->GetCommentOS() << '\n'; in EmitGlobalVariable()
562 F->printAsOperand(OutStreamer->GetCommentOS(), in EmitFunctionHeader()
564 OutStreamer->GetCommentOS() << '\n'; in EmitFunctionHeader()
866 emitComments(MI, OutStreamer->GetCommentOS()); in EmitFunctionBody()
1914 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential()
2001 CFP->getType()->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP()
2003 AP.OutStreamer->GetCommentOS() << "Printing <null> Type"; in emitGlobalConstantFP()
2004 AP.OutStreamer->GetCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP()
2210 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantImpl()
[all …]
/external/llvm/lib/MC/
DMCAsmStreamer.cpp107 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anon0a0f6ae50111::MCAsmStreamer
1242 raw_ostream &OS = GetCommentOS(); in AddEncodingComment()
1334 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction()
1335 GetCommentOS() << "\n"; in EmitInstruction()
DMCStreamer.cpp64 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
/external/llvm/include/llvm/MC/
DMCStreamer.h257 virtual raw_ostream &GetCommentOS();