Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h312 enum class HashT : uint32_t;
320 IndexedInstrProf::HashT HashType;
328 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
406 IndexedInstrProf::HashT HashType, uint64_t Version);
H A DInstrProf.h949 enum class HashT : uint32_t { enum
954 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()
956 case HashT::MD5: in ComputeHash()
993 const HashT HashType = HashT::MD5;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp616 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
838 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()
840 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()