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

/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHash.h19 uint32_t hashStringV1(StringRef Str);
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp36 return hashStringV1(Rec.getName());
38 return hashStringV1(Rec.getUniqueName());
73 uint32_t FullHash = hashStringV1(NameToHash);
85 return hashStringV1(StringRef(Buf, 4));
H A DNamedStreamMap.cpp33 // ** It is not a bug that we truncate the result of hashStringV1, in fact
36 return static_cast<uint16_t>(hashStringV1(S));
95 return hashStringV1(getString(Offset));
H A DHash.cpp20 uint32_t pdb::hashStringV1(StringRef Str) { function in class:pdb
H A DGlobalsStream.cpp54 size_t ExpandedBucketIndex = hashStringV1(Name) % IPHR_HASH;
H A DPDBStringTableBuilder.cpp184 uint32_t Hash = hashStringV1(S);
H A DPDBStringTable.cpp114 (Header->HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str);
H A DTpiStream.cpp164 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets;
H A DGSIStreamBuilder.cpp201 Records[I].setBucketIdx(hashStringV1(Records[I].Name) % IPHR_HASH);

Completed in 138 milliseconds