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

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

Completed in 71 milliseconds