Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp320 virtual void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable) const;
2747 printGnuHashHistogram(*this->GnuHashTable); in printHashHistograms()
2798 void ELFDumper<ELFT>::printGnuHashHistogram( in printGnuHashHistogram() function in ELFDumper