Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h38 uint32_t hashLookupKey(StringRef S) const;
H A DNamedStreamMap.h33 uint16_t hashLookupKey(StringRef S) const;
H A DHashTable.h223 uint32_t H = Traits.hashLookupKey(K) % capacity(); in find_as()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp31 uint16_t NamedStreamMapTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in NamedStreamMapTraits
H A DPDBStringTableBuilder.cpp28 uint32_t StringTableHashTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in StringTableHashTraits