Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProfIndexed.h23 enum class HashT : uint32_t { enum
40 static inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()
42 case HashT::MD5: in ComputeHash()
50 const HashT HashType = HashT::MD5;
DInstrProfReader.cpp318 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()
320 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h203 enum class HashT : uint32_t;
210 IndexedInstrProf::HashT HashType;
212 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {} in InstrProfLookupTrait()