Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProfIndexed.h51 const HashT HashType = HashT::MD5; variable
DInstrProfReader.cpp338 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h210 IndexedInstrProf::HashT HashType; variable
212 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {} in InstrProfLookupTrait()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp111 enum HashType : unsigned char { enum in __anon0ab6067b0111::PGOHash