Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h38 uint32_t hashLookupKey(StringRef S) const;
H A DNamedStreamMap.h31 uint16_t hashLookupKey(StringRef S) const;
H A DHashTable.h219 uint32_t H = Traits.hashLookupKey(K) % capacity(); in find_as()
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp28 uint16_t NamedStreamMapTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in NamedStreamMapTraits
H A DPDBStringTableBuilder.cpp29 uint32_t StringTableHashTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in StringTableHashTraits