| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 121 ListScope D(W, "Relocations"); in printRelocations() 148 ListScope Group(W, "Symbols"); in printSymbols() 155 ListScope Group(W, "Sections"); in printSectionHeaders() 168 ListScope Group(W, "InitFunctions"); in printSectionHeaders() 175 ListScope Group(W, "Segments"); in printSectionHeaders() 189 ListScope Group(W, "Offset"); in printSectionHeaders() 197 ListScope Group(W, "Memories"); in printSectionHeaders() 209 ListScope D(W, "Relocations"); in printSectionHeaders()
|
| H A D | COFFDumper.cpp | 330 ListScope D(W, "BlockRelocations"); in printBinaryBlockWithRelocs() 767 ListScope LS(W, "DebugDirectory"); in printCOFFDebugDirectory() 844 ListScope LS(W, "SEHTable"); in printCOFFLoadConfig() 855 ListScope LS(W, "GuardFidTable"); in printCOFFLoadConfig() 871 ListScope LS(W, "GuardIatTable"); in printCOFFLoadConfig() 876 ListScope LS(W, "GuardLJmpTable"); in printCOFFLoadConfig() 881 ListScope LS(W, "GuardEHContTable"); in printCOFFLoadConfig() 892 ListScope LS(W, "LoadConfig"); in printCOFFLoadConfig() 1051 ListScope D(W, "CodeViewDebugInfo"); in printCodeViewSymbolSection() 1077 ListScope S(W, "Subsection"); in printCodeViewSymbolSection() [all …]
|
| H A D | MachODumper.cpp | 469 ListScope Group(W, "Sections"); in printSectionHeaders() 502 ListScope D(W, "Relocations"); in printSectionHeaders() 508 ListScope D(W, "Symbols"); in printSectionHeaders() 524 ListScope D(W, "Relocations"); in printRelocations() 638 ListScope Group(W, "Symbols"); in printSymbols() 654 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() 657 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() 764 ListScope L(W, "CGProfile"); in printCGProfile() 784 ListScope D(W, "NeededLibraries"); in printNeededLibraries() 818 ListScope D(W, "Data entries"); in printMachODataInCode() [all …]
|
| H A D | ARMWinEHPrinter.cpp | 1063 ListScope PS(SW, "Prologue"); in dumpXDataRecord() 1067 ListScope ES(SW, "Epilogue"); in dumpXDataRecord() 1072 ListScope PS(SW, "Prologue"); in dumpXDataRecord() 1076 ListScope ESS(SW, "EpilogueScopes"); in dumpXDataRecord() 1089 ListScope Opcodes(SW, "Opcodes"); in dumpXDataRecord() 1109 ListScope EHS(SW, "ExceptionHandler"); in dumpXDataRecord() 1123 ListScope EHS(SW, "ExceptionHandler"); in dumpXDataRecord() 1237 ListScope PS(SW, "Prologue"); in dumpPackedEntry() 1267 ListScope PS(SW, "Epilogue"); in dumpPackedEntry() 1332 ListScope PS(SW, "Prologue"); in dumpPackedARM64Entry()
|
| H A D | ELFDumper.cpp | 2461 ListScope D(W, "NeededLibraries"); in printNeededLibraries() 6614 ListScope L(W, "Section(s) in group"); in printGroupSections() 6633 ListScope D(W, "Relocations"); in printRelocations() 6679 ListScope SectionsD(W, "Sections"); in printSectionHeaders() 6703 ListScope D(W, "Relocations"); in printSectionHeaders() 6708 ListScope D(W, "Symbols"); in printSectionHeaders() 6846 ListScope Group(W, "Symbols"); in printSymbols() 6850 ListScope Group(W, "DynamicSymbols"); in printSymbols() 6900 ListScope L(W, "ProgramHeaders"); in printProgramHeaders() 6927 ListScope SS(W, "VersionSymbols"); in printVersionSymbolSection() [all …]
|
| H A D | XCOFFDumper.cpp | 482 ListScope LS(W, "Relocations"); in printRelocations() 906 ListScope Group(W, "Symbols"); in printSymbols() 935 ListScope D(W, "NeededLibraries"); in printNeededLibraries() 1174 ListScope Group(W, "Sections"); in printSectionHeaders()
|
| H A D | ARMEHABIPrinter.h | 514 ListScope OCC(SW, "Opcodes"); in PrintOpcodes() 541 ListScope E(SW, "Entries"); in PrintIndexTable()
|
| H A D | Win64EHDumper.cpp | 331 ListScope UCS(SW, "UnwindCodes"); in printUnwindInfo()
|
| H A D | llvm-readobj.cpp | 631 fouts(), opts::PrettyPrint ? 2 : 0, std::make_unique<ListScope>()); in createWriter()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 182 ListScope DataScope(W, ("Data " + Twine(Data)).str()); in dumpName() 214 ListScope AtomsScope(W, "Atoms"); in dump() 232 ListScope BucketScope(W, ("Bucket " + Twine(Bucket)).str()); in dump() 247 ListScope HashScope(W, ("Hash 0x" + Twine::utohexstr(Hash)).str()); in dump() 701 ListScope CUScope(W, "Compilation Unit offsets"); in dumpCUs() 710 ListScope TUScope(W, "Local Type Unit offsets"); in dumpLocalTUs() 720 ListScope TUScope(W, "Foreign Type Unit signatures"); in dumpForeignTUs() 728 ListScope AbbrevsScope(W, "Abbreviations"); in dumpAbbreviations() 735 ListScope BucketScope(W, ("Bucket " + Twine(Bucket)).str()); in dumpBucket()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolDumper.cpp | 91 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap() 212 ListScope L(W, "Entries"); in visitKnownRecord() 455 ListScope BinaryAnnotations(W, "BinaryAnnotations"); in visitKnownRecord() 592 ListScope S(W, CVR.kind() == S_CALLEES ? "Callees" : "Callers"); in visitKnownRecord() 639 ListScope S(W, "Strings"); in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 228 ListScope Arguments(*W, "Arguments"); in visitKnownRecord() 239 ListScope Arguments(*W, "Strings"); in visitKnownRecord() 338 ListScope S(*W, "Method"); in visitKnownRecord() 428 ListScope Arguments(*W, "Arguments"); in visitKnownRecord()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 828 struct ListScope : DelimitedScope { struct 829 explicit ListScope() = default; 830 explicit ListScope(ScopedPrinter &W) : DelimitedScope(W) { W.arrayBegin(); } in ListScope() argument 832 ListScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in ListScope() argument 841 ~ListScope() { in ~ListScope() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 551 ListScope NodeScope(Writer, Name); in print()
|