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.cpp319 virtual void printHashHistogram(const Elf_Hash &HashTable) const;
2739 printHashHistogram(*this->HashTable); in printHashHistograms()
2752 void ELFDumper<ELFT>::printHashHistogram(const Elf_Hash &HashTable) const { in printHashHistogram() function in ELFDumper