Searched refs:HashT (Results 1 – 3 of 3) sorted by relevance
474 enum class HashT : uint32_t;482 IndexedInstrProf::HashT HashType;490 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()582 IndexedInstrProf::HashT HashType, uint64_t Version);
1055 enum class HashT : uint32_t { enum1060 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()1062 case HashT::MD5: in ComputeHash()1109 const HashT HashType = HashT::MD5;
1003 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()1366 IndexedInstrProf::HashT HashType = in readHeader()1367 static_cast<IndexedInstrProf::HashT>(Header->HashType); in readHeader()1368 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()