Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp57 dumpDWARFSections(std::vector<std::unique_ptr<ELFYAML::Chunk>> &Sections);
384 Y->DWARF = dumpDWARFSections(Chunks); in dump()
513 Optional<DWARFYAML::Data> ELFDumper<ELFT>::dumpDWARFSections( in dumpDWARFSections() function in ELFDumper