/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-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 477 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 …]
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 506 GV->printAsOperand(OutStreamer->GetCommentOS(), in emitGlobalVariable() 508 OutStreamer->GetCommentOS() << '\n'; in emitGlobalVariable() 693 OutStreamer->GetCommentOS() in emitFunctionHeader() 721 F.printAsOperand(OutStreamer->GetCommentOS(), in emitFunctionHeader() 724 OutStreamer->GetCommentOS() << '\n'; in emitFunctionHeader() 1181 emitComments(MI, OutStreamer->GetCommentOS()); in emitFunctionBody() 1398 OutStreamer->GetCommentOS() << "-- End function\n"; in emitFunctionBody() 2582 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential() 2669 ET->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP() 2670 AP.OutStreamer->GetCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP() [all …]
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 110 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anon5e0e4d0c0111::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/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 119 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anon93832bee0111::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()
|
D | MCStreamer.cpp | 108 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
|
/external/llvm-project/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 122 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anonf45c907a0111::MCAsmStreamer 2010 raw_ostream &OS = GetCommentOS(); in AddEncodingComment() 2109 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in emitInstruction() 2110 GetCommentOS() << "\n"; in emitInstruction() 2120 GetCommentOS() << "\n"; in emitInstruction()
|
D | MCStreamer.cpp | 108 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-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 333 virtual raw_ostream &GetCommentOS();
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCStreamer.h | 345 virtual raw_ostream &GetCommentOS();
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 222 OutStreamer->GetCommentOS() << ' ' << OutlinerString; in emitFunctionHeaderComment()
|