Home
last modified time | relevance | path

Searched defs:HashType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h19 enum class HashType { set = 0, dict }; enum
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h482 IndexedInstrProf::HashT HashType; global() variable
490 InstrProfLookupTrait(IndexedInstrProf::HashT HashType,unsigned FormatVersion) InstrProfLookupTrait() argument
H A DInstrProf.h1124 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } member
1110 const HashT HashType = HashT::MD5; global() variable
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1003 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
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp97 enum HashType : unsigned char { global() enum in __anon1db3d28c0111::PGOHash