Searched refs:HashT (Results 1 – 3 of 3) sorted by relevance
23 enum class HashT : uint32_t { enum40 static inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()42 case HashT::MD5: in ComputeHash()50 const HashT HashType = HashT::MD5;
318 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()320 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()
203 enum class HashT : uint32_t;210 IndexedInstrProf::HashT HashType;212 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {} in InstrProfLookupTrait()