Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp41 ErrorOr<ELFYAML::RelocationSection *> dumpRelaSection(const Elf_Shdr *Shdr);
93 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelaSection(&Sec); in dump()
299 ELFDumper<ELFT>::dumpRelaSection(const Elf_Shdr *Shdr) { in dumpRelaSection() function in ELFDumper