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.cpp331 ListScope D(W, "BlockRelocations"); in printBinaryBlockWithRelocs()
770 ListScope LS(W, "DebugDirectory"); in printCOFFDebugDirectory()
849 ListScope LS(W, "CHPEMetadata"); in printCOFFLoadConfig()
853 ListScope CMLS(W, "CodeMap"); in printCOFFLoadConfig()
883 ListScope CRLS(W, "CodeRangesToEntryPoints"); in printCOFFLoadConfig()
901 ListScope RMLS(W, "RedirectionMetadata"); in printCOFFLoadConfig()
936 ListScope LS(W, "SEHTable"); in printCOFFLoadConfig()
953 ListScope LS(W, "GuardFidTable"); in printCOFFLoadConfig()
959 ListScope LS(W, "GuardIatTable"); in printCOFFLoadConfig()
965 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.cpp1071 ListScope PS(SW, "Prologue"); in dumpXDataRecord()
1075 ListScope ES(SW, "Epilogue"); in dumpXDataRecord()
1080 ListScope PS(SW, "Prologue"); in dumpXDataRecord()
1084 ListScope ESS(SW, "EpilogueScopes"); in dumpXDataRecord()
1097 ListScope Opcodes(SW, "Opcodes"); in dumpXDataRecord()
1117 ListScope EHS(SW, "ExceptionHandler"); in dumpXDataRecord()
1131 ListScope EHS(SW, "ExceptionHandler"); in dumpUnpackedEntry()
1245 ListScope PS(SW, "Prologue"); in dumpPackedEntry()
1275 ListScope PS(SW, "Epilogue"); in dumpPackedEntry()
1340 ListScope P in dumpPackedARM64Entry()
[all...]
H A DELFDumper.cpp2565 ListScope D(W, "NeededLibraries"); in printNeededLibraries()
7156 ListScope L(W, getGroupSectionHeaderName()); in printGroupSections()
7186 ListScope D(W, "Relocations"); in printRelocations()
7251 ListScope SectionsD(W, "Sections"); in printSectionHeaders()
7275 ListScope D(W, "Relocations"); in printSectionHeaders()
7280 ListScope D(W, "Symbols"); in printSectionHeaders()
7411 ListScope Group(W, "Symbols"); in printSymbols()
7415 ListScope Group(W, "DynamicSymbols"); in printSymbols()
7451 ListScope L(this->W, "Flags"); in printAuxillaryDynamicTableEntryInfo()
7472 ListScope L(this->W, "Path"); in printAuxillaryDynamicTableEntryInfo()
[all …]
H A DXCOFFDumper.cpp489 ListScope LS(W, "Relocations"); in printRelocations()
913 ListScope Group(W, "Symbols"); in printSymbols()
942 ListScope D(W, "NeededLibraries"); in printNeededLibraries()
1192 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.cpp331 ListScope UCS(SW, "UnwindCodes"); in printUnwindInfo()
H A Dllvm-readobj.cpp636 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);
654 ListScope S(W, "Strings"); in dump()
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.h868 struct ListScope : DelimitedScope { struct
869 explicit ListScope() = default;
870 explicit ListScope(ScopedPrinter &W) : DelimitedScope(W) { W.arrayBegin(); } in ListScope() argument
872 ListScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in ListScope() function
881 ~ListScope() { in ~ListScope() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp261 ListScope ExtraFiles(W, "ExtraFiles"); in collectInlineeInfo()
535 ListScope D(W, "CodeViewTypes"); in traverseTypeSection()
645 ListScope D(W, "CodeViewDebugInfo"); in traverseSymbolSection()
749 ListScope S(W, "FunctionLineTable"); in traverseSymbolSection()
H A DLVCodeViewVisitor.cpp543 ListScope Arguments(W, "Arguments"); in visitKnownRecord()
721 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap()
1803 ListScope Arguments(W, "Arguments"); in visitKnownRecord()
1958 ListScope Arguments(W, "Arguments"); in visitKnownRecord()
2544 ListScope Arguments(W, "Strings"); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp552 ListScope NodeScope(Writer, Name); in print()