Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h133 if (NumBuckets > getNumBuckets()) in reserve()
143 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear()
373 assert((getNumBuckets() & (getNumBuckets()-1)) == 0 && in initEmpty()
420 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom()
519 unsigned getNumBuckets() const { in getNumBuckets() function
524 return getBuckets() + getNumBuckets(); in getBucketsEnd()
528 return getBuckets() + getNumBuckets(); in getBucketsEnd()
574 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()
578 NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()
852 unsigned getNumBuckets() const { in getNumBuckets() function
[all …]
H A DStringMap.h108 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h64 uint32_t getNumBuckets() const { return HashHdr->NumBuckets; } in getNumBuckets() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h179 uint32_t getNumBuckets();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp321 unsigned NumBuckets = HashTable.getNumBuckets(); in PrintStats()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DOnDiskHashTable.h314 offset_type getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp83 uint32_t AppleAcceleratorTable::getNumBuckets() { return Hdr.BucketCount; } in getNumBuckets() function in AppleAcceleratorTable
H A DDWARFVerifier.cpp853 uint32_t NumBuckets = AccelTable.getNumBuckets(); in verifyAppleAccelTable()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1686 Table.getHashRecordSize(), Table.getNumBuckets()); in dumpSymbolsFromGSI()