Home
last modified time | relevance | path

Searched defs:Hashable (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dstring_pool_test.cpp58 TEST(StringPool, Hashable) { in TEST() argument
H A Dexecutor_address_test.cpp110 TEST(ExecutorAddrTest, Hashable) { in TEST() argument
/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.h127 Hashable(const std::shared_ptr<T> &D) : Data(D) {} in Hashable() function