Home
last modified time | relevance | path

Searched refs:KeyHash (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h346 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
347 return find_hashed(IKey, KeyHash, InfoPtr);
351 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
359 offset_type Idx = KeyHash & (NumBuckets - 1);
384 if (ItemHash != KeyHash) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h240 auto KeyHash = Info::ComputeHash(Key); in find() local
252 auto It = HT.find_hashed(Key, KeyHash); in find()