Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp310 const Elf_Shdr *sHdr = Obj.getSection(groupMembers[i]); in dumpGroup() local
311 ErrorOr<StringRef> sectionName = Obj.getSectionName(sHdr); in dumpGroup()