Searched refs:NChain (Results 1 – 5 of 5) sorted by relevance
1267 uint64_t NChain = Data.getU32(Cur); in dumpHashSection() local1268 if (Content.size() != (2 + NBucket + NChain) * 4) { in dumpHashSection()1279 S->Chain.emplace(NChain); in dumpHashSection()
1391 assert(!IO.outputting() || (!Section.NBucket && !Section.NChain)); in sectionMapping()1392 IO.mapOptional("NChain", Section.NChain); in sectionMapping()
1505 Section.NChain.value_or(llvm::yaml::Hex64(Section.Chain->size())), in writeSectionContent()
404 std::optional<llvm::yaml::Hex64> NChain; member
4751 size_t NChain = HashTable.nchain; in printHashHistogram() local4759 if (NChain == 0 || NBucket == 0) in printHashHistogram()4766 BitVector Visited(NChain); in printHashHistogram()4767 for (size_t C = Buckets[B]; C < NChain; C = Chains[C]) { in printHashHistogram()