Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
345 return find_hashed(IKey, KeyHash, InfoPtr);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
357 offset_type Idx = KeyHash & (NumBuckets - 1);
380 if (ItemHash != KeyHash) {
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h238 auto KeyHash = Info::ComputeHash(Key); in find() local
250 auto It = HT.find_hashed(Key, KeyHash); in find()