Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp94 dumpARMIndexTableSection(const Elf_Shdr *Shdr);
586 return [this](const Elf_Shdr *S) { return dumpARMIndexTableSection(S); }; in dumpSections()
1526 ELFDumper<ELFT>::dumpARMIndexTableSection(const Elf_Shdr *Shdr) { in dumpARMIndexTableSection() function in ELFDumper