Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp699 for (uint32_t ChainLen = 0; printMod(*this, Type, Stream); ++ChainLen) { in symbolize() local
700 if (ChainLen >= 32) in symbolize()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2789 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram() local
2804 if (MaxChain <= ++ChainLen[B]) in printHashHistogram()
2807 TotalSyms += ChainLen[B]; in printHashHistogram()
2816 ++Count[ChainLen[B]]; in printHashHistogram()
2843 std::vector<size_t> ChainLen(NBucket, 0); in printGnuHashHistogram() local
2852 ChainLen[B] = Len; in printGnuHashHistogram()
2862 ++Count[ChainLen[B]]; in printGnuHashHistogram()