Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h19 enum class HashType { set = 0, dict }; enum
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h435 IndexedInstrProf::HashT HashType; variable
443 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
H A DInstrProf.h1060 const HashT HashType = HashT::MD5; variable
1070 uint64_t HashType; member
/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() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp91 enum HashType : unsigned char { enum in __anon393d18f00111::PGOHash