Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h252 enum class HashT : uint32_t;
259 IndexedInstrProf::HashT HashType;
267 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
337 IndexedInstrProf::HashT HashType, uint64_t Version);
DInstrProf.h754 enum class HashT : uint32_t { enum
760 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()
762 case HashT::MD5: in ComputeHash()
792 const HashT HashType = HashT::MD5;
/external/skia/include/private/
DSkTHash.h283 template <typename T, typename HashT = SkGoodHash>
322 static uint32_t Hash(const T& item) { return HashT()(item); } in Hash()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp557 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
651 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()
653 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()