Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
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()
DNamedStreamMap.cpp38 return static_cast<uint16_t>(hashStringV1(S)); in hashLookupKey()
97 return hashStringV1(getString(Offset)); in hashString()
DHash.cpp20 uint32_t pdb::hashStringV1(StringRef Str) { in hashStringV1() function in pdb
DPDBStringTable.cpp115 (Header->HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str); in getIDForString()
DPDBStringTableBuilder.cpp183 uint32_t Hash = hashStringV1(S); in writeHashTable()
DGlobalsStream.cpp53 size_t ExpandedBucketIndex = hashStringV1(Name) % IPHR_HASH; in findRecordsByName()
DTpiStream.cpp164 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets; in findRecordsByName()
DGSIStreamBuilder.cpp145 size_t BucketIdx = hashStringV1(Name) % IPHR_HASH; in finalizeBuckets()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp86 return hashStringV1(Rec.getName()); in getTpiHash()
88 return hashStringV1(Rec.getUniqueName()); in getTpiHash()
128 uint32_t Hash = hashStringV1(StringRef(Buf, 4)); in verifySourceLine()
DHash.cpp20 uint32_t pdb::hashStringV1(StringRef Str) { in hashStringV1() function in pdb
DNameHashTable.cpp83 uint32_t Hash = (HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str); in getIDForString()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DHash.h19 uint32_t hashStringV1(StringRef Str);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHash.h19 uint32_t hashStringV1(StringRef Str);