Searched refs:DictScope (Results 1 – 8 of 8) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 375 DictScope D(W, "ImageFileHeader"); in printFileHeaders() 404 DictScope D(W, "DOSHeader"); in printDOSHeader() 426 DictScope D(W, "ImageOptionalHeader"); in printPEHeader() 458 DictScope D(W, "DataDirectory"); in printPEHeader() 690 DictScope S(W, "ProcStart"); in printCodeViewSymbolsSubsection() 758 DictScope D(W, "Section"); in printSections() 841 DictScope Group(W, "Relocation"); in printRelocation() 882 DictScope D(W, "Symbol"); in printSymbol() 917 DictScope AS(W, "AuxFunctionDef"); in printSymbol() 935 DictScope AS(W, "AuxWeakExternal"); in printSymbol() [all …]
|
D | MachODumper.cpp | 386 DictScope H(W, "MachHeader"); in printFileHeaders() 451 DictScope SectionD(W, "Section"); in printSections() 557 DictScope Group(W, "Relocation"); in printRelocation() 620 DictScope D(W, "Symbol"); in printSymbol() 677 DictScope Group(W, "DataInCode"); in printMachODataInCode() 685 DictScope Group(W, "Entry"); in printMachODataInCode() 716 DictScope Group(W, "MinVersion"); in printMachOVersionMin() 744 DictScope Group(W, "Dysymtab"); in printMachODysymtab() 772 DictScope Group(W, "Segment"); in printMachOSegment() 792 DictScope Group(W, "Indirect Symbols"); in printMachOIndirectSymbols() [all …]
|
D | ELFDumper.cpp | 314 DictScope SS(W, "Version symbols"); in printVersionSymbolSection() 332 DictScope S(W, "Symbol"); in printVersionSymbolSection() 346 DictScope SD(W, "Version definition"); in printVersionDefinitionSection() 375 DictScope Entry(W, "Entry"); in printVersionDefinitionSection() 1039 DictScope D(W, "ElfHeader"); in printFileHeaders() 1041 DictScope D(W, "Ident"); in printFileHeaders() 1092 DictScope SectionD(W, "Section"); in printSections() 1172 DictScope Group(W, "Relocation"); in printDynamicRelocations() 1231 DictScope Group(W, "Relocation"); in printRelocation() 1279 DictScope D(W, "Symbol"); in printSymbol() [all …]
|
D | Win64EHDumper.cpp | 233 DictScope UIS(SW, "UnwindInfo"); in printUnwindInfo() 269 DictScope CS(SW, "Chained"); in printUnwindInfo() 279 DictScope RFS(SW, "RuntimeFunction"); in printRuntimeFunction()
|
D | StreamWriter.h | 290 struct DictScope { struct 291 DictScope(StreamWriter& W, StringRef N) : W(W) { in DictScope() function 296 ~DictScope() { in ~DictScope() argument
|
D | ARMAttributeParser.cpp | 99 DictScope AS(SW, "Attribute"); in StringAttribute() 110 DictScope AS(SW, "Attribute"); in PrintAttribute() 451 DictScope AS(SW, "Attribute"); in compatibility() 643 DictScope ASS(SW, ScopeName); in ParseSubsection()
|
D | ARMEHABIPrinter.h | 494 DictScope E(SW, "Entry"); in PrintIndexTable() 540 DictScope UI(SW, "UnwindInformation"); in PrintUnwindInformation() 545 DictScope UIT(SW, "UnwindIndexTable"); in PrintUnwindInformation()
|
D | ARMWinEHPrinter.cpp | 522 DictScope XRS(SW, "ExceptionData"); in dumpXDataRecord() 547 DictScope ESES(SW, "EpilogueScope"); in dumpXDataRecord() 706 DictScope RFS(SW, "RuntimeFunction"); in dumpProcedureDataEntry()
|