Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp44 ErrorOr<ELFYAML::NoBitsSection *> dumpNoBitsSection(const Elf_Shdr *Shdr);
124 ErrorOr<ELFYAML::NoBitsSection *> S = dumpNoBitsSection(&Sec); in dump()
345 ELFDumper<ELFT>::dumpNoBitsSection(const Elf_Shdr *Shdr) { in dumpNoBitsSection() function in ELFDumper
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp91 Expected<ELFYAML::NoBitsSection *> dumpNoBitsSection(const Elf_Shdr *Shdr);
562 return [this](const Elf_Shdr *S) { return dumpNoBitsSection(S); }; in dumpSections()
1169 ELFDumper<ELFT>::dumpNoBitsSection(const Elf_Shdr *Shdr) { in dumpNoBitsSection() function in ELFDumper