Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp320 virtual void printHashHistogram(const Elf_Hash &HashTable) const;
2796 printHashHistogram(*this->HashTable); in printHashHistograms()
2809 void ELFDumper<ELFT>::printHashHistogram(const Elf_Hash &HashTable) const { in printHashHistogram() function in ELFDumper