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.cpp319 virtual void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable) const;
2772 printGnuHashHistogram(*this->GnuHashTable); in printHashHistograms()
2823 void ELFDumper<ELFT>::printGnuHashHistogram( in printGnuHashHistogram() function in ELFDumper