Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/ProfileData/
HDInstrProfIndexed.h51 const HashT HashType = HashT::MD5; variable
HDInstrProfReader.cpp377 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDInstrProfReader.h196 IndexedInstrProf::HashT HashType; variable
200 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenPGO.cpp111 enum HashType : unsigned char { enum in __anonf92c78d20111::PGOHash