Searched refs:ListScope (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp216 ListScope Group(W, "Sections");
252 ListScope D(W, "Relocations");
258 ListScope D(W, "Symbols");
279 ListScope D(W, "Relocations");
366 ListScope Group(W, "Symbols");
374 ListScope Group(W, "DynamicSymbols");
H A DCOFFDumper.cpp446 ListScope D(W, "CodeViewLineTables");
463 ListScope S(W, "Subsection");
537 ListScope S(W, "FunctionLineTable");
576 ListScope S(W, "FilenameSegment");
597 ListScope SectionsD(W, "Sections");
623 ListScope D(W, "Relocations");
629 ListScope D(W, "Symbols");
653 ListScope D(W, "Relocations");
714 ListScope Group(W, "Symbols");
720 void COFFDumper::printDynamicSymbols() { ListScope Grou
[all...]
H A DStreamWriter.h280 struct ListScope { struct in namespace:llvm
281 ListScope(StreamWriter& W, StringRef N) : W(W) { function in struct:llvm::ListScope
286 ~ListScope() {
H A DELFDumper.cpp565 ListScope SectionsD(W, "Sections");
592 ListScope D(W, "Relocations");
597 ListScope D(W, "Symbols");
616 ListScope D(W, "Relocations");
692 ListScope Group(W, "Symbols");
702 ListScope Group(W, "DynamicSymbols");
960 ListScope D(W, "NeededLibraries");
978 ListScope L(W, "ProgramHeaders");
1110 ListScope RS(W, "Reserved entries");
1125 ListScope L
[all...]
H A DARMWinEHPrinter.cpp551 ListScope PS(SW, "Prologue");
555 ListScope ES(SW, "Epilogue");
560 ListScope ESS(SW, "EpilogueScopes");
567 ListScope Opcodes(SW, "Opcodes");
589 ListScope EHS(SW, "ExceptionHandler");
H A DARMEHABIPrinter.h455 ListScope OCC(SW, "Opcodes");
480 ListScope E(SW, "Entries");
H A DWin64EHDumper.cpp249 ListScope UCS(SW, "UnwindCodes");

Completed in 76 milliseconds