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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
Hash.h 20 uint32_t hashStringV2(StringRef Str);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
Hash.cpp 56 uint32_t pdb::hashStringV2(StringRef Str) {
PDBStringTable.cpp 115 (Header->HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str);

Completed in 16 milliseconds