Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.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()
H A DNamedStreamMap.cpp38 return static_cast<uint16_t>(hashStringV1(S)); in hashLookupKey()
97 return hashStringV1(getString(Offset)); in hashString()
H A DHash.cpp20 uint32_t pdb::hashStringV1(StringRef Str) { in hashStringV1() function in pdb
H A DPDBStringTable.cpp115 (Header->HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str); in getIDForString()
H A DPDBStringTableBuilder.cpp183 uint32_t Hash = hashStringV1(S); in writeHashTable()
H A DGlobalsStream.cpp53 size_t ExpandedBucketIndex = hashStringV1(Name) % IPHR_HASH; in findRecordsByName()
H A DTpiStream.cpp164 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets; in findRecordsByName()
H A DGSIStreamBuilder.cpp200 Records[I].setBucketIdx(hashStringV1(Records[I].Name) % IPHR_HASH); in finalizeBuckets()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHash.h19 uint32_t hashStringV1(StringRef Str);