Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfIndexed.h51 const HashT HashType = HashT::MD5; variable
H A DInstrProfReader.cpp325 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h209 IndexedInstrProf::HashT HashType; variable
211 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {} in InstrProfLookupTrait()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp107 enum HashType : unsigned char { enum in __anon7f44950c0111::PGOHash