Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h418 std::optional<llvm::yaml::Hex64> NChain; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1408 assert(!IO.outputting() || (!Section.NBucket && !Section.NChain)); in sectionMapping()
1409 IO.mapOptional("NChain", Section.NChain); in sectionMapping()
H A DELFEmitter.cpp1557 Section.NChain.value_or(llvm::yaml::Hex64(Section.Chain->size())), in writeSectionContent()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2779 size_t NChain = HashTable.nchain; in printHashHistogram() local
2786 if (NChain == 0 || NBucket == 0) in printHashHistogram()
2793 BitVector Visited(NChain); in printHashHistogram()
2794 for (size_t C = Buckets[B]; C < NChain; C = Chains[C]) { in printHashHistogram()