Searched refs:GetCommentOS (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 455 GV->printAsOperand(OutStreamer->GetCommentOS(), in EmitGlobalVariable() 457 OutStreamer->GetCommentOS() << '\n'; in EmitGlobalVariable() 641 OutStreamer->GetCommentOS() in EmitFunctionHeader() 660 F.printAsOperand(OutStreamer->GetCommentOS(), in EmitFunctionHeader() 662 OutStreamer->GetCommentOS() << '\n'; in EmitFunctionHeader() 1078 if (isVerbose() && emitComments(MI, OutStreamer->GetCommentOS(), this)) { in EmitFunctionBody() 1215 OutStreamer->GetCommentOS() << "-- End function\n"; in EmitFunctionBody() 2269 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential() 2357 ET->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP() 2359 AP.OutStreamer->GetCommentOS() << "Printing <null> Type"; in emitGlobalConstantFP() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 374 GV->printAsOperand(OutStreamer->GetCommentOS(), in EmitGlobalVariable() 376 OutStreamer->GetCommentOS() << '\n'; in EmitGlobalVariable() 565 F->printAsOperand(OutStreamer->GetCommentOS(), in EmitFunctionHeader() 567 OutStreamer->GetCommentOS() << '\n'; in EmitFunctionHeader() 872 emitComments(MI, OutStreamer->GetCommentOS()); in EmitFunctionBody() 1969 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential() 2056 CFP->getType()->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP() 2058 AP.OutStreamer->GetCommentOS() << "Printing <null> Type"; in emitGlobalConstantFP() 2059 AP.OutStreamer->GetCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP() 2265 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantImpl() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 119 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anonb3c3c7480111::MCAsmStreamer 1704 raw_ostream &OS = GetCommentOS(); in AddEncodingComment() 1809 GetCommentOS() << "\n"; in EmitInstruction() 1810 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction() 1811 GetCommentOS() << "\n"; in EmitInstruction() 1822 GetCommentOS() << SI; in EmitInstruction() 1827 GetCommentOS() << "\n"; in EmitInstruction()
|
D | MCStreamer.cpp | 94 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 110 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anona20e7bb00111::MCAsmStreamer 1452 raw_ostream &OS = GetCommentOS(); in AddEncodingComment() 1544 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction() 1545 GetCommentOS() << "\n"; in EmitInstruction()
|
D | MCStreamer.cpp | 66 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 269 virtual raw_ostream &GetCommentOS();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 308 virtual raw_ostream &GetCommentOS();
|