Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp242 ErrorOr<const Elf_Shdr *> LinkSection = Obj.getSection(Shdr->sh_link); in dumpCommonSection() local
243 if (std::error_code EC = LinkSection.getError()) in dumpCommonSection()
245 NameOrErr = Obj.getSectionName(*LinkSection); in dumpCommonSection()