Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h259 IndexedInstrProf::HashT HashType; variable
267 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
DInstrProf.h792 const HashT HashType = HashT::MD5; variable
802 uint64_t HashType; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h304 IndexedInstrProf::HashT HashType; variable
312 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
DInstrProf.h982 const HashT HashType = HashT::MD5; variable
992 uint64_t HashType; member
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp557 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
651 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp609 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
831 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/anonymous_tokens/proto/
Danonymous_tokens.proto38 enum HashType { enum
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp78 enum HashType : unsigned char { enum in __anon2d6f25000111::PGOHash