Searched refs:NChain (Results 1 – 4 of 4) sorted by relevance
400 Optional<llvm::yaml::Hex64> NChain; member
1304 (!Section.NBucket.hasValue() && !Section.NChain.hasValue())); in sectionMapping()1305 IO.mapOptional("NChain", Section.NChain); in sectionMapping()
1498 Section.NChain.getValueOr(llvm::yaml::Hex64(Section.Chain->size())), in writeSectionContent()
4589 size_t NChain = HashTable.nchain; in printHashHistogram() local4597 if (NChain == 0 || NBucket == 0) in printHashHistogram()4604 std::vector<bool> Visited(NChain); in printHashHistogram()4605 for (size_t C = Buckets[B]; C < NChain; C = Chains[C]) { in printHashHistogram()