Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2821 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram() local
2836 if (MaxChain <= ++ChainLen[B]) in printHashHistogram()
2839 TotalSyms += ChainLen[B]; in printHashHistogram()
2848 ++Count[ChainLen[B]]; in printHashHistogram()
2875 std::vector<size_t> ChainLen(NBucket, 0); in printGnuHashHistogram() local
2884 ChainLen[B] = Len; in printGnuHashHistogram()
2894 ++Count[ChainLen[B]]; in printGnuHashHistogram()