Home
last modified time | relevance | path

Searched refs:hashLookupKey (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h40 uint32_t hashLookupKey(StringRef S) const;
DNamedStreamMap.h34 uint16_t hashLookupKey(StringRef S) const;
DHashTable.h99 uint32_t hashLookupKey(uint32_t N) const { return N; }
226 uint32_t H = Traits.hashLookupKey(K) % capacity();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp32 uint16_t NamedStreamMapTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in NamedStreamMapTraits
DPDBStringTableBuilder.cpp29 uint32_t StringTableHashTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in StringTableHashTraits
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DHashTableTest.cpp211 uint32_t hashLookupKey(StringRef S) const { in hashLookupKey() function