Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp37 return hashStringV1(Rec.getName()); in getHashForUdt()
39 return hashStringV1(Rec.getUniqueName()); in getHashForUdt()
74 uint32_t FullHash = hashStringV1(NameToHash); in getTagRecordHashForUdt()
86 return hashStringV1(StringRef(Buf, 4)); in getSourceLineHash()
H A DNamedStreamMap.cpp38 return static_cast<uint16_t>(hashStringV1(S)); in hashLookupKey()
98 return hashStringV1(getString(Offset)); in hashString()
H A DHash.cpp21 uint32_t pdb::hashStringV1(StringRef Str) { in hashStringV1() function in pdb
H A DPDBStringTable.cpp116 (Header->HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str); in getIDForString()
H A DPDBStringTableBuilder.cpp166 uint32_t Hash = hashStringV1(S); in writeHashTable()
H A DGlobalsStream.cpp54 size_t ExpandedBucketIndex = hashStringV1(Name) % IPHR_HASH; in findRecordsByName()
H A DTpiStream.cpp166 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets; in findRecordsByName()
H A DGSIStreamBuilder.cpp146 size_t BucketIdx = hashStringV1(Name) % IPHR_HASH; in finalizeBuckets()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHash.h20 uint32_t hashStringV1(StringRef Str);