Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2549 std::string getSectionTypeString(unsigned Arch, unsigned Type) { in getSectionTypeString() function
2670 Type = getSectionTypeString(Obj->getHeader()->e_machine, Sec.sh_type); in printSections()