Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h236 IndexedInstrProf::HashT HashType; variable
244 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
DInstrProf.h514 const HashT HashType = HashT::MD5; variable
524 uint64_t HashType; member
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp537 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
583 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp73 enum HashType : unsigned char { enum in __anone18cd8db0111::PGOHash