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.cpp321 virtual void printHashHistogramStats(size_t NBucket, size_t MaxChain,
617 void printHashHistogramStats(size_t NBucket, size_t MaxChain,
730 void printHashHistogramStats(size_t NBucket, size_t MaxChain,
2753 size_t NBucket = HashTable.nbucket; in printHashHistogram() local
2761 if (NChain == 0 || NBucket == 0) in printHashHistogram()
2764 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram()
2767 for (size_t B = 0; B < NBucket; ++B) { in printHashHistogram()
2790 for (size_t B = 0; B < NBucket; B++) in printHashHistogram()
2794 printHashHistogramStats(NBucket, MaxChain, TotalSyms, Count, /*IsGnu=*/false); in printHashHistogram()
2813 size_t NBucket = GnuHashTable.nbuckets; in printGnuHashHistogram() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h429 std::optional<llvm::yaml::Hex64> NBucket; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1426 assert(!IO.outputting() || (!Section.NBucket && !Section.NChain)); in sectionMapping()
1428 IO.mapOptional("NBucket", Section.NBucket); in sectionMapping()
H A DELFEmitter.cpp1622 Section.NBucket.value_or(llvm::yaml::Hex64(Section.Bucket->size())), in writeSectionContent()