Searched refs:NChain (Results 1 – 11 of 11) sorted by relevance
84 ## Case 5, 6: NChain/NBucket are incorrect and causing 32-bit91 NChain: 0xffffffff97 NChain: 0x1
280 ## and "NChain" tags. Check that the section size is unaffected when we do this.312 NChain: 0xBB
1265 uint64_t NChain = Data.getU32(Cur); in dumpHashSection() local1266 if (Content.size() != (2 + NBucket + NChain) * 4) { in dumpHashSection()1277 S->Chain.emplace(NChain); in dumpHashSection()
263 NChain: [[NCHAIN]]
190 NChain: [[NCHAIN]]
401 NChain: 0xFFFFFFFF
450 NChain: [[NCHAIN=1]]
402 Optional<llvm::yaml::Hex64> NChain; member
1377 assert(!IO.outputting() || (!Section.NBucket && !Section.NChain)); in sectionMapping()1378 IO.mapOptional("NChain", Section.NChain); in sectionMapping()
1501 Section.NChain.value_or(llvm::yaml::Hex64(Section.Chain->size())), in writeSectionContent()
4694 size_t NChain = HashTable.nchain; in printHashHistogram() local4702 if (NChain == 0 || NBucket == 0) in printHashHistogram()4709 BitVector Visited(NChain); in printHashHistogram()4710 for (size_t C = Buckets[B]; C < NChain; C = Chains[C]) { in printHashHistogram()