Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp200 if (const Elf_Shdr *LinkSection = Obj.getSection(Shdr->sh_link)) { in dumpCommonSection() local
201 NameOrErr = Obj.getSectionName(LinkSection); in dumpCommonSection()