Home
last modified time | relevance | path

Searched refs:HashT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProf.h487 enum class HashT : uint32_t { enum
504 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()
506 case HashT::MD5: in ComputeHash()
514 const HashT HashType = HashT::MD5;
DInstrProfReader.h229 enum class HashT : uint32_t;
236 IndexedInstrProf::HashT HashType;
244 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
313 IndexedInstrProf::HashT HashType, uint64_t Version);
/external/skia/include/private/
DSkTHash.h257 template <typename T, typename HashT = SkGoodHash>
296 static uint32_t Hash(const T& item) { return HashT()(item); } in Hash()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp537 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
583 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()
585 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()