Searched refs:DictScope (Results 1 - 8 of 8) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp355 DictScope D(W, "ImageFileHeader");
384 DictScope D(W, "ImageOptionalHeader");
416 DictScope D(W, "DataDirectory");
607 DictScope D(W, "Section");
700 DictScope Group(W, "Relocation");
723 DictScope D(W, "Symbol");
757 DictScope AS(W, "AuxFunctionDef");
778 DictScope AS(W, "AuxWeakExternal");
789 DictScope AS(W, "AuxFileRecord");
800 DictScope A
[all...]
H A DELFDumper.cpp527 DictScope D(W, "ElfHeader");
529 DictScope D(W, "Ident");
576 DictScope SectionD(W, "Section");
675 DictScope Group(W, "Relocation");
718 DictScope D(W, "Symbol");
983 DictScope P(W, "ProgramHeader");
1010 DictScope BA(W, "BuildAttributes");
1106 DictScope GS(W, "Primary GOT");
1113 DictScope D(W, "Entry");
1119 DictScope
[all...]
H A DStreamWriter.h266 struct DictScope { struct in namespace:llvm
267 DictScope(StreamWriter& W, StringRef N) : W(W) { function in struct:llvm::DictScope
272 ~DictScope() {
H A DWin64EHDumper.cpp234 DictScope UIS(SW, "UnwindInfo");
270 DictScope CS(SW, "Chained");
280 DictScope RFS(SW, "RuntimeFunction");
H A DMachODumper.cpp234 DictScope SectionD(W, "Section");
338 DictScope Group(W, "Relocation");
390 DictScope D(W, "Symbol");
H A DARMEHABIPrinter.h482 DictScope E(SW, "Entry");
528 DictScope UI(SW, "UnwindInformation");
536 DictScope UIT(SW, "UnwindIndexTable");
H A DARMAttributeParser.cpp99 DictScope AS(SW, "Attribute");
110 DictScope AS(SW, "Attribute");
445 DictScope AS(SW, "Attribute");
637 DictScope ASS(SW, ScopeName);
H A DARMWinEHPrinter.cpp537 DictScope XRS(SW, "ExceptionData");
562 DictScope ESES(SW, "EpilogueScope");
707 DictScope RFS(SW, "RuntimeFunction");

Completed in 263 milliseconds