Searched refs:HashType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CFBasicHash.h | 19 enum class HashType { set = 0, dict }; enum 30 HashType GetType() const { return m_type; } in GetType() 71 HashType m_type = HashType::set;
|
| H A D | CFBasicHash.cpp | 59 m_type = static_cast<HashType>(m_ht->bits.keys_offset); in UpdateFor() 93 return (m_type == HashType::dict) + 1; in GetPointerCount()
|
| /llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 514 IndexedInstrProf::HashT HashType; in ReadKeyDataLength() 522 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) 523 : HashType(HashType), FormatVersion(FormatVersion) {} 615 IndexedInstrProf::HashT HashType, uint64_t Version); 482 IndexedInstrProf::HashT HashType; global() variable 490 InstrProfLookupTrait(IndexedInstrProf::HashT HashType,unsigned FormatVersion) InstrProfLookupTrait() argument
|
| H A D | InstrProf.h | 1122 const HashT HashType = HashT::MD5; 1124 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } member 1136 uint64_t HashType = static_cast<uint64_t>(IndexedInstrProf::HashType); 1110 const HashT HashType = HashT::MD5; global() variable
|
| /llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 916 return IndexedInstrProf::ComputeHash(HashType, K); in ReadData() 1035 const unsigned char *const Base, IndexedInstrProf::HashT HashType, 1040 typename HashTableImpl::InfoType(HashType, Version))); in InstrProfReaderItaniumRemapper() 1378 IndexedInstrProf::HashT HashType = in readHeader() 1379 static_cast<IndexedInstrProf::HashT>(Header->HashType); in readHeader() 1380 if (HashType > IndexedInstrProf::HashT::Last) in readHeader() 1385 Start + Header->HashOffset, Cur, Start, HashType, Header->Version); in readHeader() 1003 InstrProfReaderIndex(const unsigned char * Buckets,const unsigned char * const Payload,const unsigned char * const Base,IndexedInstrProf::HashT HashType,uint64_t Version) InstrProfReaderIndex() argument 1366 IndexedInstrProf::HashT HashType = readHeader() local
|
| H A D | InstrProf.cpp | 1665 H.HashType = endian::readNext<uint64_t, llvm::endianness::little>(Buffer); in size()
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 94 enum HashType : unsigned char { 135 static_assert(LastHashType <= TooBig, "Too many types in HashType"); 139 void combine(HashType Type); 215 PGOHash::HashType updateCounterMappings(Stmt *S) { 487 PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) { in DEFINE_NESTABLE_TRAVERSAL() 965 void PGOHash::combine(HashType Type) { 97 enum HashType : unsigned char { global() enum in __anon1db3d28c0111::PGOHash
|
| /llvm-project/llvm/docs/ |
| H A D | InstrProfileFormat.rst | 414 | HashType | H
|