Searched refs:NBucket (Results 1 – 10 of 10) sorted by relevance
84 ## Case 5, 6: NChain/NBucket are incorrect and causing 32-bit90 NBucket: 0x196 NBucket: 0xffffffff
279 ## Check we can override "nbucket" and "nchain" values of a SHT_HASH section using "NBucket"311 NBucket: 0xAA
188 NBucket: [[NBUCKET]]232 NBucket: [[NBUCKET=0x2]]
261 NBucket: [[NBUCKET]]
448 NBucket: [[NBUCKET=1]]
4693 size_t NBucket = HashTable.nbucket; in printHashHistogram() local4702 if (NChain == 0 || NBucket == 0) in printHashHistogram()4705 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram()4708 for (size_t B = 0; B < NBucket; B++) { in printHashHistogram()4731 for (size_t B = 0; B < NBucket; B++) in printHashHistogram()4741 (Count[I] * 100.0) / NBucket, in printHashHistogram()4763 size_t NBucket = GnuHashTable.nbuckets; in printGnuHashHistogram() local4764 if (Chains.empty() || NBucket == 0) in printGnuHashHistogram()4768 std::vector<size_t> ChainLen(NBucket, 0); in printGnuHashHistogram()4769 for (size_t B = 0; B < NBucket; B++) { in printGnuHashHistogram()[all …]
1264 uint64_t NBucket = Data.getU32(Cur); in dumpHashSection() local1266 if (Content.size() != (2 + NBucket + NChain) * 4) { in dumpHashSection()1273 S->Bucket.emplace(NBucket); in dumpHashSection()
401 Optional<llvm::yaml::Hex64> NBucket; member
1377 assert(!IO.outputting() || (!Section.NBucket && !Section.NChain)); in sectionMapping()1379 IO.mapOptional("NBucket", Section.NBucket); in sectionMapping()
1498 Section.NBucket.value_or(llvm::yaml::Hex64(Section.Bucket->size())), in writeSectionContent()