Home
last modified time | relevance | path

Searched refs:hashStringV2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHash.h20 uint32_t hashStringV2(StringRef Str);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp56 uint32_t pdb::hashStringV2(StringRef Str) { in hashStringV2() function in pdb
H A DPDBStringTable.cpp114 (Header->HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str); in getIDForString()