Home
last modified time | relevance | path

Searched refs:hashStringV1 (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDTpiHashing.cpp36 return hashStringV1(Rec.getName()); in getHashForUdt()
38 return hashStringV1(Rec.getUniqueName()); in getHashForUdt()
73 uint32_t FullHash = hashStringV1(NameToHash); in getTagRecordHashForUdt()
85 return hashStringV1(StringRef(Buf, 4)); in getSourceLineHash()
HDNamedStreamMap.cpp35 return static_cast<uint16_t>(hashStringV1(S)); in hashLookupKey()
94 return hashStringV1(getString(Offset)); in hashString()
HDHash.cpp20 uint32_t pdb::hashStringV1(StringRef Str) { in hashStringV1() function in pdb
HDPDBStringTable.cpp114 (Header->HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str); in getIDForString()
HDPDBStringTableBuilder.cpp185 uint32_t Hash = hashStringV1(S); in writeHashTable()
HDGlobalsStream.cpp54 size_t ExpandedBucketIndex = hashStringV1(Name) % IPHR_HASH; in findRecordsByName()
HDTpiStream.cpp164 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets; in findRecordsByName()
HDGSIStreamBuilder.cpp202 Records[I].setBucketIdx(hashStringV1(Records[I].Name) % IPHR_HASH); in finalizeBuckets()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDHash.h19 uint32_t hashStringV1(StringRef Str);