Home
last modified time | relevance | path

Searched refs:ListScope (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp121 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 DCOFFDumper.cpp332 ListScope D(W, "BlockRelocations"); in printBinaryBlockWithRelocs()
772 ListScope LS(W, "DebugDirectory"); in printCOFFDebugDirectory()
851 ListScope LS(W, "CHPEMetadata"); in printCOFFLoadConfig()
855 ListScope CMLS(W, "CodeMap"); in printCOFFLoadConfig()
885 ListScope CRLS(W, "CodeRangesToEntryPoints"); in printCOFFLoadConfig()
903 ListScope RMLS(W, "RedirectionMetadata"); in printCOFFLoadConfig()
944 ListScope LS(W, "SEHTable"); in printCOFFLoadConfig()
961 ListScope LS(W, "GuardFidTable"); in printCOFFLoadConfig()
967 ListScope LS(W, "GuardIatTable"); in printCOFFLoadConfig()
973 ListScope LS(W, "GuardLJmpTable"); in printCOFFLoadConfig()
[all …]
H A DMachODumper.cpp469 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()
640 ListScope Group(W, "Symbols"); in printSymbols()
656 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols()
659 ListScope Group(W, "DynamicSymbols");
766 ListScope L(W, "CGProfile"); in printCGProfile()
786 ListScope D(W, "NeededLibraries"); in printNeededLibraries()
820 ListScope in printMachODataInCode()
[all...]
H A DARMWinEHPrinter.cpp1124 ListScope PS(SW, "Prologue"); in dumpXDataRecord()
1128 ListScope ES(SW, "Epilogue"); in dumpXDataRecord()
1133 ListScope PS(SW, "Prologue"); in dumpXDataRecord()
1137 ListScope ESS(SW, "EpilogueScopes"); in dumpXDataRecord()
1150 ListScope Opcodes(SW, "Opcodes"); in dumpXDataRecord()
1170 ListScope EHS(SW, "ExceptionHandler"); in dumpXDataRecord()
1184 ListScope EHS(SW, "ExceptionHandler"); in dumpXDataRecord()
1298 ListScope PS(SW, "Prologue"); in dumpPackedEntry()
1328 ListScope PS(SW, "Epilogue"); in dumpPackedEntry()
1393 ListScope PS(SW, "Prologue"); in dumpPackedARM64Entry()
H A DELFDumper.cpp2622 ListScope D(W, "NeededLibraries"); in printNeededLibraries()
7271 ListScope L(W, getGroupSectionHeaderName()); in printGroupSections()
7301 ListScope D(W, "Relocations"); in printRelocations()
7366 ListScope SectionsD(W, "Sections"); in printSectionHeaders()
7390 ListScope D(W, "Relocations"); in printSectionHeaders()
7395 ListScope D(W, "Symbols"); in printSectionHeaders()
7526 ListScope Group(W, "Symbols"); in printSymbols()
7530 ListScope Group(W, "DynamicSymbols"); in printSymbols()
7566 ListScope L(this->W, "Flags"); in printAuxillaryDynamicTableEntryInfo()
7587 ListScope L(this->W, "Path"); in printAuxillaryDynamicTableEntryInfo()
[all …]
H A DXCOFFDumper.cpp489 ListScope LS(W, "Relocations"); in printRelocations()
922 ListScope Group(W, "Symbols"); in printSymbols()
951 ListScope D(W, "NeededLibraries"); in printNeededLibraries()
1201 ListScope Group(W, "Sections"); in printSectionHeaders()
H A DARMEHABIPrinter.h514 ListScope OCC(SW, "Opcodes"); in PrintOpcodes()
541 ListScope E(SW, "Entries"); in PrintIndexTable()
H A DWin64EHDumper.cpp352 ListScope UCS(SW, "UnwindCodes"); in printUnwindInfo()
H A Dllvm-readobj.cpp655 fouts(), opts::PrettyPrint ? 2 : 0, std::make_unique<ListScope>()); in createWriter()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp193 ListScope DataScope(W, ("Data " + Twine(Data)).str()); in dumpName()
226 ListScope AtomsScope(W, "Atoms"); in dump()
244 ListScope BucketScope(W, ("Bucket " + Twine(Bucket)).str()); in dump()
259 ListScope HashScope(W, ("Hash 0x" + Twine::utohexstr(Hash)).str()); in dump()
859 ListScope CUScope(W, "Compilation Unit offsets"); in dumpCUs()
868 ListScope TUScope(W, "Local Type Unit offsets"); in dumpLocalTUs()
878 ListScope TUScope(W, "Foreign Type Unit signatures"); in dumpForeignTUs()
886 ListScope AbbrevsScope(W, "Abbreviations"); in dumpAbbreviations()
899 ListScope BucketScope(W, ("Bucket " + Twine(Bucket)).str()); in dumpBucket()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp91 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap()
212 ListScope L(W, "Entries"); in visitKnownRecord()
455 ListScope BinaryAnnotations(W, "BinaryAnnotations"); in visitKnownRecord()
607 ListScope S(W, ScopeName); in visitKnownRecord()
654 ListScope S(W, "Strings"); in visitKnownRecord()
H A DTypeDumpVisitor.cpp229 ListScope Arguments(*W, "Arguments"); in visitKnownRecord()
240 ListScope Arguments(*W, "Strings"); in visitKnownRecord()
339 ListScope S(*W, "Method"); in visitKnownRecord()
429 ListScope Arguments(*W, "Arguments"); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h876 struct ListScope : DelimitedScope { struct
877 explicit ListScope() = default;
878 explicit ListScope(ScopedPrinter &W) : DelimitedScope(W) { W.arrayBegin(); } in ListScope() function
880 ListScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in ListScope() function
889 ~ListScope() { in ~ListScope() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp256 ListScope ExtraFiles(W, "ExtraFiles"); in collectInlineeInfo()
530 ListScope D(W, "CodeViewTypes"); in traverseTypeSection()
640 ListScope D(W, "CodeViewDebugInfo"); in traverseSymbolSection()
743 ListScope S(W, "FunctionLineTable"); in traverseSymbolSection()
H A DLVCodeViewVisitor.cpp530 ListScope Arguments(W, "Arguments"); in visitKnownRecord()
708 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap()
1796 ListScope Arguments(W, "Arguments"); in visitKnownRecord()
1951 ListScope Arguments(W, "Arguments"); in visitKnownRecord()
2539 ListScope Arguments(W, "Strings"); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp552 ListScope NodeScope(Writer, Name); in print()