Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp321 virtual void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable) const;
2804 printGnuHashHistogram(*this->GnuHashTable); in printHashHistograms()
2855 void ELFDumper<ELFT>::printGnuHashHistogram( in printGnuHashHistogram() function in ELFDumper