Home
last modified time | relevance | path

Searched refs:getNumBuckets (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h42 if (NumBuckets > getNumBuckets()) in reserve()
238 if (getNumBuckets() == 0) // Nothing to do. in destroyAll()
254 CHECK_EQ((getNumBuckets() & (getNumBuckets() - 1)), 0); in initEmpty()
301 CHECK_EQ(getNumBuckets(), other.getNumBuckets()); in copyFrom()
309 other.getBuckets(), getNumBuckets() * sizeof(BucketT)); in copyFrom()
311 for (uptr i = 0; i < getNumBuckets(); ++i) { in copyFrom()
365 unsigned getNumBuckets() const { in getNumBuckets() function
366 return static_cast<const DerivedT *>(this)->getNumBuckets(); in getNumBuckets()
369 BucketT *getBucketsEnd() { return getBuckets() + getNumBuckets(); } in getBucketsEnd()
372 return getBuckets() + getNumBuckets(); in getBucketsEnd()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h126 if (NumBuckets > getNumBuckets()) in reserve()
137 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear()
423 if (getNumBuckets() == 0) // Nothing to do. in destroyAll()
439 assert((getNumBuckets() & (getNumBuckets() - 1)) == 0 && in initEmpty()
486 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom()
493 const size_t NumBuckets = getNumBuckets(); in copyFrom()
577 unsigned getNumBuckets() const { in getNumBuckets() function
578 return static_cast<const DerivedT *>(this)->getNumBuckets(); in getNumBuckets()
581 BucketT *getBucketsEnd() { return getBuckets() + getNumBuckets(); } in getBucketsEnd()
584 return getBuckets() + getNumBuckets(); in getBucketsEnd()
[all …]
H A DStringMap.h101 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h64 uint32_t getNumBuckets() const { return HashHdr->NumBuckets; } in getNumBuckets() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h153 uint64_t getHashBase() const { return getBucketBase() + getNumBuckets() * 4; } in getHashBase()
173 return Hash % getNumBuckets(); in hashToBucketIdx()
323 uint32_t getNumBuckets() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h315 offset_type getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp513 unsigned NumBuckets = HashTable.getNumBuckets(); in PrintStats()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp92 uint32_t AppleAcceleratorTable::getNumBuckets() const { in getNumBuckets() function in AppleAcceleratorTable
H A DDWARFVerifier.cpp1161 uint32_t NumBuckets = AccelTable.getNumBuckets(); in verifyAppleAccelTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1699 Table.getHashRecordSize(), Table.getNumBuckets()); in dumpSymbolsFromGSI()