Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dexecutor_address_test.cpp79 TEST(ExecutorAddrTest, Hashable) { in TEST() argument
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.h126 Hashable(const std::shared_ptr<T> &D) : Data(D) {} in Hashable() function