Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
192 ListScope Group(W, "Memories"); in printSectionHeaders()
204 ListScope D(W, "Relocations"); in printSectionHeaders()
H A DCOFFDumper.cpp330 ListScope D(W, "BlockRelocations"); in printBinaryBlockWithRelocs()
717 ListScope LS(W, "DebugDirectory"); in printCOFFDebugDirectory()
794 ListScope LS(W, "SEHTable"); in printCOFFLoadConfig()
805 ListScope LS(W, "GuardFidTable"); in printCOFFLoadConfig()
814 ListScope LS(W, "GuardIatTable"); in printCOFFLoadConfig()
819 ListScope LS(W, "GuardLJmpTable"); in printCOFFLoadConfig()
824 ListScope LS(W, "GuardEHContTable"); in printCOFFLoadConfig()
835 ListScope LS(W, "LoadConfig"); in printCOFFLoadConfig()
993 ListScope D(W, "CodeViewDebugInfo"); in printCodeViewSymbolSection()
1019 ListScope S(W, "Subsection"); in printCodeViewSymbolSection()
[all …]
H A DMachODumper.cpp456 ListScope Group(W, "Sections"); in printSectionHeaders()
490 ListScope D(W, "Relocations"); in printSectionHeaders()
496 ListScope D(W, "Symbols"); in printSectionHeaders()
512 ListScope D(W, "Relocations"); in printRelocations()
605 ListScope Group(W, "Symbols"); in printSymbols()
613 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols()
700 ListScope D(W, "NeededLibraries"); in printNeededLibraries()
734 ListScope D(W, "Data entries"); in printMachODataInCode()
866 ListScope D(W, "Symbols"); in printMachOIndirectSymbols()
882 ListScope D(W, "Strings"); in printMachOLinkerOptions()
H A DARMWinEHPrinter.cpp947 ListScope PS(SW, "Prologue"); in dumpXDataRecord()
951 ListScope ES(SW, "Epilogue"); in dumpXDataRecord()
956 ListScope PS(SW, "Prologue"); in dumpXDataRecord()
960 ListScope ESS(SW, "EpilogueScopes"); in dumpXDataRecord()
972 ListScope Opcodes(SW, "Opcodes"); in dumpXDataRecord()
992 ListScope EHS(SW, "ExceptionHandler"); in dumpXDataRecord()
1007 ListScope EHS(SW, "ExceptionHandler"); in dumpXDataRecord()
1162 ListScope PS(SW, "Prologue"); in dumpPackedARM64Entry()
H A DXCOFFDumper.cpp128 ListScope LS(W, "Relocations"); in printRelocations()
409 ListScope Group(W, "Symbols"); in printSymbols()
476 ListScope Group(W, "Sections"); in printSectionHeaders()
H A DELFDumper.cpp2366 ListScope D(W, "NeededLibraries"); in printNeededLibraries()
6274 ListScope L(W, "Section(s) in group"); in printGroupSections()
6293 ListScope D(W, "Relocations"); in printRelocations()
6339 ListScope SectionsD(W, "Sections"); in printSectionHeaders()
6362 ListScope D(W, "Relocations"); in printSectionHeaders()
6367 ListScope D(W, "Symbols"); in printSectionHeaders()
6501 ListScope Group(W, "Symbols"); in printSymbols()
6505 ListScope Group(W, "DynamicSymbols"); in printSymbols()
6555 ListScope L(W, "ProgramHeaders"); in printProgramHeaders()
6582 ListScope SS(W, "VersionSymbols"); in printVersionSymbolSection()
[all …]
H A DARMEHABIPrinter.h514 ListScope OCC(SW, "Opcodes"); in PrintOpcodes()
541 ListScope E(SW, "Entries"); in PrintIndexTable()
H A DWin64EHDumper.cpp292 ListScope UCS(SW, "UnwindCodes"); in printUnwindInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp183 ListScope DataScope(W, ("Data " + Twine(Data)).str()); in dumpName()
215 ListScope AtomsScope(W, "Atoms"); in dump()
233 ListScope BucketScope(W, ("Bucket " + Twine(Bucket)).str()); in dump()
248 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp93 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap()
214 ListScope L(W, "Entries"); in visitKnownRecord()
457 ListScope BinaryAnnotations(W, "BinaryAnnotations"); in visitKnownRecord()
594 ListScope S(W, CVR.kind() == S_CALLEES ? "Callees" : "Callers"); in visitKnownRecord()
641 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h375 using ListScope = DelimitedScope<'[', ']'>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp553 ListScope NodeScope(Writer, Name); in print()