Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h275 enum class HashT : uint32_t;
283 IndexedInstrProf::HashT HashType;
291 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
367 IndexedInstrProf::HashT HashType, uint64_t Version);
H A 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;
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp597 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
812 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()
814 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()