Home
last modified time | relevance | path

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

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