Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h19 enum class HashType { set = 0, dict }; enum
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h403 IndexedInstrProf::HashT HashType; variable
411 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
H A DInstrProf.h1029 const HashT HashType = HashT::MD5; variable
1039 uint64_t HashType; member
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp733 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
953 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp90 enum HashType : unsigned char { enum in __anonc3cc86690111::PGOHash