Searched defs:HashType (Results 1 – 5 of 5) sorted by relevance
19 enum class HashType { set = 0, dict }; enum
482 IndexedInstrProf::HashT HashType; global() variable 490 InstrProfLookupTrait(IndexedInstrProf::HashT HashType,unsigned FormatVersion) InstrProfLookupTrait() argument
1124 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } member 1110 const HashT HashType = HashT::MD5; global() variable
1003 InstrProfReaderIndex(const unsigned char * Buckets,const unsigned char * const Payload,const unsigned char * const Base,IndexedInstrProf::HashT HashType,uint64_t Version) InstrProfReaderIndex() argument 1366 IndexedInstrProf::HashT HashType = readHeader() local
97 enum HashType : unsigned char { global() enum in __anon1db3d28c0111::PGOHash