Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp92 Expected<ELFYAML::GroupSection *> dumpGroupSection(const Elf_Shdr *Shdr);
603 return [this](const Elf_Shdr *S) { return dumpGroupSection(S); }; in dumpSections()
1491 ELFDumper<ELFT>::dumpGroupSection(const Elf_Shdr *Shdr) { in dumpGroupSection() function in ELFDumper