Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp71 Expected<ELFYAML::AddrsigSection *> dumpAddrsigSection(const Elf_Shdr *Shdr);
619 return [this](const Elf_Shdr *S) { return dumpAddrsigSection(S); }; in dumpSections()
932 ELFDumper<ELFT>::dumpAddrsigSection(const Elf_Shdr *Shdr) { in dumpAddrsigSection() function in ELFDumper