Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.h90 template <class T> class Hashable {
93 Hashable(const std::shared_ptr<T> &D) : Data(D) {} in Hashable() function
97 uint64_t operator()(const Hashable<T> &Key) const { in operator()
106 bool operator()(const Hashable<T> &LHS, const Hashable<T> &RHS) const { in operator()
194 std::unordered_map<Hashable<PerfSample>, uint64_t,
195 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;
380 std::unordered_map<Hashable<ContextKey>, SampleCounter,
381 Hashable<ContextKey>::Hash, Hashable<ContextKey>::Equal>;
H A DPerfReader.cpp125 auto Ret = CtxCounterMap->emplace(Hashable<ContextKey>(Key), SampleCounter()); in collectSamplesFromFrame()
566 AggregatedSamples[Hashable<PerfSample>(Sample)]++; in parseHybridSample()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20194805 * testsuite/20_util/variant/run.cc: Use a new Hashable type to test