HomeSort by relevance Sort by last modified time
    Searched refs:DictScope (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 584 DictScope D(W, "ImageFileHeader");
603 DictScope D(W, "ImageOptionalHeader");
636 DictScope D(W, "DataDirectory");
669 DictScope D(W, "Section");
772 DictScope Group(W, "Relocation");
803 DictScope D(W, "Symbol");
840 DictScope AS(W, "AuxFunctionDef");
865 DictScope AS(W, "AuxWeakExternal");
876 DictScope AS(W, "AuxFileRecord");
    [all...]
StreamWriter.h 252 struct DictScope {
253 DictScope(StreamWriter& W, StringRef N) : W(W) {
258 ~DictScope() {
MachODumper.cpp 246 DictScope SectionD(W, "Section");
356 DictScope Group(W, "Relocation");
416 DictScope D(W, "Symbol");
ELFDumper.cpp 427 DictScope D(W, "ElfHeader");
429 DictScope D(W, "Ident");
477 DictScope SectionD(W, "Section");
585 DictScope Group(W, "Relocation");
654 DictScope D(W, "Symbol");
838 DictScope P(W, "ProgramHeader");

Completed in 2699 milliseconds