Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h39 uint32_t hashLookupKey(StringRef S) const;
DNamedStreamMap.h33 uint16_t hashLookupKey(StringRef S) const;
DHashTable.h223 uint32_t H = Traits.hashLookupKey(K) % capacity(); in find_as()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h39 uint32_t hashLookupKey(StringRef S) const;
DNamedStreamMap.h33 uint16_t hashLookupKey(StringRef S) const;
DHashTable.h223 uint32_t H = Traits.hashLookupKey(K) % capacity(); in find_as()
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DHashTableTest.cpp31 uint32_t hashLookupKey(uint32_t N) const { return N; } in hashLookupKey() function
222 uint32_t hashLookupKey(StringRef S) const { in hashLookupKey() function
DStringTableBuilderTest.cpp93 EXPECT_LE(Traits.hashLookupKey(S), 0xFFFFu); in TEST()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp31 uint16_t NamedStreamMapTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in NamedStreamMapTraits
DPDBStringTableBuilder.cpp28 uint32_t StringTableHashTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in StringTableHashTraits
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp31 uint16_t NamedStreamMapTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in NamedStreamMapTraits
DPDBStringTableBuilder.cpp28 uint32_t StringTableHashTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in StringTableHashTraits