Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp322 virtual void printHashHistogramStats(size_t NBucket, size_t MaxChain,
618 void printHashHistogramStats(size_t NBucket, size_t MaxChain,
731 void printHashHistogramStats(size_t NBucket, size_t MaxChain,
2810 size_t NBucket = HashTable.nbucket; in printHashHistogram() local
2818 if (NChain == 0 || NBucket == 0) in printHashHistogram()
2821 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram()
2824 for (size_t B = 0; B < NBucket; ++B) { in printHashHistogram()
2847 for (size_t B = 0; B < NBucket; B++) in printHashHistogram()
2851 printHashHistogramStats(NBucket, MaxChain, TotalSyms, Count, /*IsGnu=*/false); in printHashHistogram()
2870 size_t NBucket = GnuHashTable.nbuckets; in printGnuHashHistogram() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h444 std::optional<llvm::yaml::Hex64> NBucket; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1458 assert(!IO.outputting() || (!Section.NBucket && !Section.NChain)); in sectionMapping()
1460 IO.mapOptional("NBucket", Section.NBucket); in sectionMapping()
H A DELFEmitter.cpp1626 Section.NBucket.value_or(llvm::yaml::Hex64(Section.Bucket->size())), in writeSectionContent()