Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp86 Expected<ELFYAML::HashSection *> dumpHashSection(const Elf_Shdr *Shdr);
609 return [this](const Elf_Shdr *S) { return dumpHashSection(S); }; in dumpSections()
1247 ELFDumper<ELFT>::dumpHashSection(const Elf_Shdr *Shdr) { in dumpHashSection() function in ELFDumper