Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp75 dumpDependentLibrariesSection(const Elf_Shdr *Shdr);
624 return dumpDependentLibrariesSection(S); in dumpSections()
1004 ELFDumper<ELFT>::dumpDependentLibrariesSection(const Elf_Shdr *Shdr) { in dumpDependentLibrariesSection() function in ELFDumper