Searched refs:NChain (Results 1 – 4 of 4) sorted by relevance
430 std::optional<llvm::yaml::Hex64> NChain; member
1426 assert(!IO.outputting() || (!Section.NBucket && !Section.NChain)); in sectionMapping()1427 IO.mapOptional("NChain", Section.NChain); in sectionMapping()
1625 Section.NChain.value_or(llvm::yaml::Hex64(Section.Chain->size())), in writeSectionContent()
2754 size_t NChain = HashTable.nchain; in printHashHistogram() local2761 if (NChain == 0 || NBucket == 0) in printHashHistogram()2768 BitVector Visited(NChain); in printHashHistogram()2769 for (size_t C = Buckets[B]; C < NChain; C = Chains[C]) { in printHashHistogram()