Home
last modified time | relevance | path

Searched refs:hash_value_type (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h79 using hash_value_type = unsigned; variable
93 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash()
134 using hash_value_type = unsigned; variable
141 static hash_value_type ComputeHash(const internal_key_type& a);
207 using hash_value_type = unsigned; variable
218 static hash_value_type ComputeHash(Selector Sel);
262 using hash_value_type = unsigned; variable
269 static hash_value_type ComputeHash(internal_key_ref ikey);
H A DGlobalModuleIndex.cpp78 typedef unsigned hash_value_type; typedef in __anoncf1c43ec0311::IdentifierIndexReaderTrait
85 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash()
726 typedef unsigned hash_value_type; typedef in __anoncf1c43ec0811::IdentifierIndexWriterTrait
729 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
H A DMultiOnDiskHashTable.h52 using hash_value_type = unsigned; variable
H A DASTWriter.cpp1858 using hash_value_type = unsigned; typedef in __anon367831a20711::HeaderFileInfoTrait
1861 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
3296 using hash_value_type = unsigned; typedef in __anon367831a20e11::ASTMethodPoolTrait
3301 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash()
3599 using hash_value_type = unsigned; typedef in __anon367831a20f11::ASTIdentifierTableTrait
3611 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash()
3820 using hash_value_type = unsigned; typedef in __anon367831a21011::ASTDeclContextNameLookupTrait
3845 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h65 const typename Info::hash_value_type Hash;
186 LE.write<typename Info::hash_value_type>(I->Hash); in Emit()
285 typedef typename Info::hash_value_type hash_value_type; typedef
346 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
351 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
376 hash_value_type ItemHash =
377 endian::readNext<hash_value_type, llvm::endianness::little,
444 typedef typename base_type::hash_value_type hash_value_type; typedef
479 Ptr += sizeof(hash_value_type); // Skip the hash. in advance()
493 return Ptr + (NumItemsInBucketLeft ? 0 : 2) + sizeof(hash_value_type); in getItem()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h456 using hash_value_type = uint64_t; variable
466 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash()
507 using hash_value_type = uint64_t; variable
517 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
558 using hash_value_type = FrameId; variable
561 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
592 using hash_value_type = FrameId; variable
601 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash()
H A DInstrProfReader.h493 using hash_value_type = uint64_t; variable
500 hash_value_type ComputeHash(StringRef K);
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp287 using hash_value_type = uint32_t; typedef in clang::api_notes::__anonf4cc7f220211::IdentifierTableInfo
345 using hash_value_type = size_t; typedef in clang::api_notes::__anonf4cc7f220311::ObjCContextIDTableInfo
348 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
471 using hash_value_type = size_t; typedef in clang::api_notes::__anonf4cc7f220311::VersionedTableInfo
565 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
681 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
750 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
805 using hash_value_type = unsigned; typedef in clang::api_notes::__anonf4cc7f220911::ObjCSelectorTableInfo
808 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
882 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
[all …]
H A DAPINotesReader.cpp55 using hash_value_type = size_t; typedef in clang::api_notes::__anonc49379580111::VersionedTableInfo
143 using hash_value_type = uint32_t; typedef in clang::api_notes::__anonc49379580111::IdentifierTableInfo
150 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
183 using hash_value_type = size_t; typedef in clang::api_notes::__anonc49379580111::ObjCContextIDTableInfo
190 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
233 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
292 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
375 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
399 using hash_value_type = unsigned; typedef in clang::api_notes::__anonc49379580111::ObjCSelectorTableInfo
406 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp107 using hash_value_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
116 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash()
H A DInstrProfReader.cpp843 InstrProfLookupTrait::hash_value_type