Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h427 enum class HashT : uint32_t;
435 IndexedInstrProf::HashT HashType;
443 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
530 IndexedInstrProf::HashT HashType, uint64_t Version);
H A DInstrProf.h1012 enum class HashT : uint32_t { enum
1017 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()
1019 case HashT::MD5: in ComputeHash()
1060 const HashT HashType = HashT::MD5;
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp783 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
1003 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()
1005 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()