HomeSort by: relevance | last modified time | path
    Searched refs:hashStringV1 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
Hash.h 19 uint32_t hashStringV1(StringRef Str);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiHashing.cpp 36 return hashStringV1(Rec.getName());
38 return hashStringV1(Rec.getUniqueName());
73 uint32_t FullHash = hashStringV1(NameToHash);
85 return hashStringV1(StringRef(Buf, 4));
NamedStreamMap.cpp 35 // ** It is not a bug that we truncate the result of hashStringV1, in fact
38 return static_cast<uint16_t>(hashStringV1(S));
97 return hashStringV1(getString(Offset));
Hash.cpp 20 uint32_t pdb::hashStringV1(StringRef Str) {
GlobalsStream.cpp 53 size_t ExpandedBucketIndex = hashStringV1(Name) % IPHR_HASH;
PDBStringTable.cpp 115 (Header->HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str);
PDBStringTableBuilder.cpp 183 uint32_t Hash = hashStringV1(S);
TpiStream.cpp 164 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets;
GSIStreamBuilder.cpp 200 Records[I].setBucketIdx(hashStringV1(Records[I].Name) % IPHR_HASH);

Completed in 20 milliseconds