Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp455 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/swiftshader/third_party/LLVM/lib/MC/
DMCLoggingStreamer.cpp39 virtual raw_ostream &GetCommentOS() { return Child->GetCommentOS(); } in GetCommentOS() function in __anonb821a4970111::MCLoggingStreamer
DMCAsmStreamer.cpp107 virtual raw_ostream &GetCommentOS() { in GetCommentOS() function in __anon247e66110111::MCAsmStreamer
1090 raw_ostream &OS = GetCommentOS(); in AddEncodingComment()
1241 Inst.dump_pretty(GetCommentOS(), &MAI, InstPrinter.get(), "\n "); in EmitInstruction()
1242 GetCommentOS() << "\n"; in EmitInstruction()
DMCStreamer.cpp62 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp88 virtual raw_ostream &GetCommentOS() { in GetCommentOS() function in __anon150edaef0111::PTXMCAsmStreamer
510 Inst.dump_pretty(GetCommentOS(), &MAI, InstPrinter.get(), "\n "); in EmitInstruction()
511 GetCommentOS() << "\n"; in EmitInstruction()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp374 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/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp265 WriteAsOperand(OutStreamer.GetCommentOS(), GV, in EmitGlobalVariable()
267 OutStreamer.GetCommentOS() << '\n'; in EmitGlobalVariable()
432 WriteAsOperand(OutStreamer.GetCommentOS(), F, in EmitFunctionHeader()
434 OutStreamer.GetCommentOS() << '\n'; in EmitFunctionHeader()
674 EmitComments(*II, OutStreamer.GetCommentOS()); in EmitFunctionBody()
1664 AP.OutStreamer.GetCommentOS() << "double " << Val << '\n'; in EmitGlobalConstantFP()
1675 AP.OutStreamer.GetCommentOS() << "float " << Val << '\n'; in EmitGlobalConstantFP()
1693 AP.OutStreamer.GetCommentOS() << "x86_fp80 ~= " in EmitGlobalConstantFP()
1758 AP.OutStreamer.GetCommentOS() << format("0x%llx\n", CI->getZExtValue()); in EmitGlobalConstantImpl()
1934 raw_ostream &OS = AP.OutStreamer.GetCommentOS(); in EmitBasicBlockLoopComments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp119 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anoncd5cb11d0111::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()
DMCStreamer.cpp94 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
/external/llvm/lib/MC/
DMCAsmStreamer.cpp110 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anon0a0f6ae50111::MCAsmStreamer
1452 raw_ostream &OS = GetCommentOS(); in AddEncodingComment()
1544 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction()
1545 GetCommentOS() << "\n"; in EmitInstruction()
DMCStreamer.cpp66 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCStreamer.h150 virtual raw_ostream &GetCommentOS();
/external/llvm/include/llvm/MC/
DMCStreamer.h269 virtual raw_ostream &GetCommentOS();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h308 virtual raw_ostream &GetCommentOS();