Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DObjDumper.h91 void printSectionAsString(const object::ObjectFile *Obj, StringRef SecName);
H A DObjDumper.cpp63 void ObjDumper::printSectionAsString(const object::ObjectFile *Obj, in printSectionAsString() function in llvm::ObjDumper
H A Dllvm-readobj.cpp469 Dumper->printSectionAsString(Obj, SectionName); in dumpObject()