Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp258 virtual void printVersionSymbolSection(const Elf_Shdr *Sec) = 0;
548 void printVersionSymbolSection(const Elf_Shdr *Sec) override;
659 void printVersionSymbolSection(const Elf_Shdr *Sec) override;
2040 printVersionSymbolSection(SymbolVersionSection); in printVersionInfo()
4433 void GNUELFDumper<ELFT>::printVersionSymbolSection(const Elf_Shdr *Sec) { in printVersionSymbolSection() function in GNUELFDumper
6581 void LLVMELFDumper<ELFT>::printVersionSymbolSection(const Elf_Shdr *Sec) { in printVersionSymbolSection() function in LLVMELFDumper