Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp933 ListScope LS(W, "SEHTable"); in printCOFFLoadConfig()
979 ListScope LS(W, "LoadConfig"); in printCOFFLoadConfig()
1164 ListScope S(W, "Subsection"); in printCodeViewSymbolSection()
1327 ListScope PCScope(W, PC); in printCodeViewSymbolSection()
1480 ListScope D(W, "CodeViewTypes"); in printCodeViewTypeSection()
1536 ListScope D(W, "Symbols"); in printSectionHeaders()
1554 ListScope D(W, "Relocations"); in printRelocations()
1614 ListScope Group(W, "Symbols"); in printSymbols()
1931 ListScope D(W, "BaseReloc"); in printCOFFBaseReloc()
2124 ListScope L(W, "Addrsig"); in printAddrsig()
[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()
766 ListScope L(W, "CGProfile"); in printCGProfile()
786 ListScope D(W, "NeededLibraries"); in printNeededLibraries()
820 ListScope D(W, "Data entries"); in printMachODataInCode()
952 ListScope D(W, "Symbols"); in printMachOIndirectSymbols()
[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 dumpXDataRecord()
1245 ListScope PS(SW, "Prologue"); in dumpPackedEntry()
1275 ListScope PS(SW, "Epilogue"); in dumpPackedEntry()
1340 ListScope PS(SW, "Prologue"); in dumpPackedARM64Entry()
H A DELFDumper.cpp7025 ListScope D(W, "Relocations"); in printRelocations()
7124 ListScope D(W, "Symbols"); in printSectionHeaders()
7412 ListScope L(W, "Entries"); in printVersionDependencySection()
7530 ListScope L(W, "CGProfile"); in printCGProfile()
7565 ListScope L(W, "BBAddrMap"); in printBBAddrMaps()
7609 ListScope L(W, "Addrsig"); in printAddrsig()
7650 ListScope D(W, "Property"); in printGNUNoteLLVMStyle()
7744 ListScope D(W, "Mapping"); in printCoreNoteLLVMStyle()
7753 ListScope L(W, "Notes"); in printNotes()
7894 ListScope L(W, "StackSizes"); in printStackSizes()
[all …]
H A DXCOFFDumper.cpp483 ListScope LS(W, "Relocations"); in printRelocations()
907 ListScope Group(W, "Symbols"); in printSymbols()
936 ListScope D(W, "NeededLibraries"); in printNeededLibraries()
1175 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.cpp632 fouts(), opts::PrettyPrint ? 2 : 0, std::make_unique<ListScope>()); in createWriter()
/freebsd-14.2/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()
783 ListScope CUScope(W, "Compilation Unit offsets"); in dumpCUs()
792 ListScope TUScope(W, "Local Type Unit offsets"); in dumpLocalTUs()
802 ListScope TUScope(W, "Foreign Type Unit signatures"); in dumpForeignTUs()
810 ListScope AbbrevsScope(W, "Abbreviations"); in dumpAbbreviations()
817 ListScope BucketScope(W, ("Bucket " + Twine(Bucket)).str()); in dumpBucket()
/freebsd-14.2/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.cpp228 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()
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp551 ListScope NodeScope(Writer, Name); in print()