Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp40 ErrorOr<ELFYAML::RelocationSection *> dumpRelSection(const Elf_Shdr *Shdr);
103 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelSection(&Sec); in dump()
278 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) { in dumpRelSection() function in ELFDumper