Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DStringMap.cpp232 unsigned FullHash = HashTable[I]; in RehashTable() local
233 unsigned NewBucket = FullHash & (NewSize-1); in RehashTable()
235 NewTableArray[FullHash & (NewSize-1)] = Bucket; in RehashTable()
236 NewHashArray[FullHash & (NewSize-1)] = FullHash; in RehashTable()
250 NewHashArray[NewBucket] = FullHash; in RehashTable()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp74 uint32_t FullHash = hashStringV1(NameToHash); in getTagRecordHashForUdt() local
75 return TagRecordHash{std::move(Deserialized), FullHash, ThisRecordHash}; in getTagRecordHashForUdt()