Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h470 enum class HashT : uint32_t;
478 IndexedInstrProf::HashT HashType;
486 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
576 IndexedInstrProf::HashT HashType, uint64_t Version);
H A DInstrProf.h981 enum class HashT : uint32_t { enum
986 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()
988 case HashT::MD5: in ComputeHash()
1033 const HashT HashType = HashT::MD5;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp968 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
1189 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()
1191 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()