Home
last modified time | relevance | path

Searched refs:HashType (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h283 IndexedInstrProf::HashT HashType; variable
291 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument
292 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()
367 IndexedInstrProf::HashT HashType, uint64_t Version);
H A DInstrProf.h897 const HashT HashType = HashT::MD5; variable
899 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash()
907 uint64_t HashType; member
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp499 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
597 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex() argument
602 typename HashTableImpl::InfoType(HashType, Version))); in InstrProfReaderIndex()
812 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
813 endian::byte_swap<uint64_t, little>(Header->HashType)); in readHeader()
814 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()
822 Start + HashOffset, Cur, Start, HashType, FormatVersion); in readHeader()
H A DInstrProfWriter.cpp269 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType); in writeImpl()
/freebsd-12.1/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h65 EFI_GUID HashType; member
/freebsd-12.1/contrib/sendmail/mail.local/
H A Dmail.local.c164 int HashType = HASH_NONE; variable
309 HashType = HASH_USER;
314 HashType = HASH_MD5;
1676 if (HashType == HASH_NONE || HashDepth * 2 >= MAXPATHLEN)
1682 switch(HashType)
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp89 enum HashType : unsigned char { enum in __anon67ae45280111::PGOHash
134 void combine(HashType Type);
196 PGOHash::HashType updateCounterMappings(Stmt *S) { in updateCounterMappings()
253 PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) { in DEFINE_NESTABLE_TRAVERSAL()
723 void PGOHash::combine(HashType Type) { in combine()