Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp82 dumpContentSection(const Elf_Shdr *Shdr);
667 if (Error E = Add(dumpContentSection(&Sec))) in dumpSections()
1159 ELFDumper<ELFT>::dumpContentSection(const Elf_Shdr *Shdr) { in dumpContentSection() function in ELFDumper