Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h19 enum class HashType { set = 0, dict }; enum
30 HashType GetType() const { return m_type; } in GetType()
71 HashType m_type;
H A DCFBasicHash.cpp59 m_type = static_cast<HashType>(m_ht->bits.keys_offset); in UpdateFor()
93 return (m_type == HashType::dict) + 1; in GetPointerCount()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h327 IndexedInstrProf::HashT HashType; variable
335 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument
336 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()
413 IndexedInstrProf::HashT HashType, uint64_t Version);
H A DInstrProf.h993 const HashT HashType = HashT::MD5; variable
995 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash()
1003 uint64_t HashType; member
/freebsd-13.1/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h59 EFI_GUID HashType; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp551 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
649 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex() argument
654 typename HashTableImpl::InfoType(HashType, Version))); in InstrProfReaderIndex()
871 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
872 endian::byte_swap<uint64_t, little>(Header->HashType)); in readHeader()
873 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()
881 Start + HashOffset, Cur, Start, HashType, FormatVersion); in readHeader()
H A DInstrProfWriter.cpp316 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType); in writeImpl()
/freebsd-13.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-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp90 enum HashType : unsigned char { enum in __anon06aaba6d0111::PGOHash
135 void combine(HashType Type);
202 PGOHash::HashType updateCounterMappings(Stmt *S) { in updateCounterMappings()
271 PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) { in DEFINE_NESTABLE_TRAVERSAL()
741 void PGOHash::combine(HashType Type) { in combine()