Searched refs:FullHash (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp231 unsigned FullHash = HashTable[I]; local
232 unsigned NewBucket = FullHash & (NewSize-1);
234 NewTableArray[FullHash & (NewSize-1)] = Bucket;
235 NewHashArray[FullHash & (NewSize-1)] = FullHash;
249 NewHashArray[NewBucket] = FullHash;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp73 uint32_t FullHash = hashStringV1(NameToHash); local
74 return TagRecordHash{std::move(Deserialized), FullHash, ThisRecordHash};

Completed in 171 milliseconds