Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp326 const Elf_Shdr *LinkedSymTab = cantFail(Obj.getSection(Sec.sh_link)); in dump() local
327 if (!ShndxTables.insert({LinkedSymTab, *TableOrErr}).second) in dump()