Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp73 dumpLinkerOptionsSection(const Elf_Shdr *Shdr);
621 return [this](const Elf_Shdr *S) { return dumpLinkerOptionsSection(S); }; in dumpSections()
973 ELFDumper<ELFT>::dumpLinkerOptionsSection(const Elf_Shdr *Shdr) { in dumpLinkerOptionsSection() function in ELFDumper