Home
last modified time | relevance | path

Searched refs:HashT (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h275 enum class HashT : uint32_t;
283 IndexedInstrProf::HashT HashType;
291 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
362 IndexedInstrProf::HashT HashType, uint64_t Version);
DInstrProf.h858 enum class HashT : uint32_t { enum
863 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()
865 case HashT::MD5: in ComputeHash()
897 const HashT HashType = HashT::MD5;
/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()
/external/skqp/include/private/
DSkTHash.h310 template <typename T, typename HashT = SkGoodHash>
351 static uint32_t Hash(const T& item) { return HashT()(item); } in Hash()
/external/skia/include/private/
DSkTHash.h310 template <typename T, typename HashT = SkGoodHash>
351 static uint32_t Hash(const T& item) { return HashT()(item); } in Hash()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfReader.cpp581 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
678 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()
680 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()