Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp26 void dumpSections(unsigned numSections);
49 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
102 void COFFDumper::dumpSections(unsigned NumSections) { in dumpSections() function in COFFDumper