Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h40 uint32_t hashLookupKey(StringRef S) const;
H A DNamedStreamMap.h34 uint16_t hashLookupKey(StringRef S) const;
H A DHashTable.h99 uint32_t hashLookupKey(uint32_t N) const { return N; }
226 uint32_t H = Traits.hashLookupKey(K) % capacity();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp32 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