Home
last modified time | relevance | path

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

/freebsd/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.cpp77 typedef unsigned hash_value_type; typedef in __anon35ca0d360311::IdentifierIndexReaderTrait
84 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash()
722 typedef unsigned hash_value_type; typedef in __anon35ca0d360811::IdentifierIndexWriterTrait
725 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
H A DMultiOnDiskHashTable.h52 using hash_value_type = unsigned; variable
H A DASTWriter.cpp1985 using hash_value_type = unsigned; typedef in __anon397e50ec0511::HeaderFileInfoTrait
1988 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
3456 using hash_value_type = unsigned; typedef in __anon397e50ec0b11::ASTMethodPoolTrait
3461 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash()
3780 using hash_value_type = unsigned; typedef in __anon397e50ec0c11::ASTIdentifierTableTrait
3792 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash()
3991 using hash_value_type = unsigned; typedef in __anon397e50ec0d11::ASTDeclContextNameLookupTrait
4032 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash()
/freebsd/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,
375 hash_value_type ItemHash =
376 endian::readNext<hash_value_type, llvm::endianness::little>(Items);
442 typedef typename base_type::hash_value_type hash_value_type; typedef
476 Ptr += sizeof(hash_value_type); // Skip the hash. in advance()
490 return Ptr + (NumItemsInBucketLeft ? 0 : 2) + sizeof(hash_value_type); in getItem()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h527 using hash_value_type = uint64_t; variable
538 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash()
580 using hash_value_type = uint64_t; variable
601 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
642 using hash_value_type = FrameId; variable
645 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
676 using hash_value_type = FrameId; variable
685 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash()
718 using hash_value_type = CallStackId; variable
721 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
[all …]
H A DInstrProfReader.h497 using hash_value_type = uint64_t; variable
504 hash_value_type ComputeHash(StringRef K);
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp297 using hash_value_type = uint32_t; typedef in clang::api_notes::__anonf7d29e6c0211::IdentifierTableInfo
300 hash_value_type ComputeHash(key_type_ref Key) { return llvm::djbHash(Key); } in ComputeHash()
355 using hash_value_type = size_t; typedef in clang::api_notes::__anonf7d29e6c0311::ContextIDTableInfo
358 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
481 using hash_value_type = size_t; typedef in clang::api_notes::__anonf7d29e6c0311::VersionedTableInfo
574 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
690 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
759 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
793 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
869 using hash_value_type = unsigned; typedef in clang::api_notes::__anonf7d29e6c0911::ObjCSelectorTableInfo
[all …]
H A DAPINotesReader.cpp58 using hash_value_type = size_t; typedef in clang::api_notes::__anonc79998a20111::VersionedTableInfo
146 using hash_value_type = uint32_t; typedef in clang::api_notes::__anonc79998a20111::IdentifierTableInfo
153 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
186 using hash_value_type = size_t; typedef in clang::api_notes::__anonc79998a20111::ContextIDTableInfo
193 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
232 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
287 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
366 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
390 using hash_value_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::ObjCSelectorTableInfo
397 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp109 using hash_value_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
118 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash()
H A DInstrProfReader.cpp882 InstrProfLookupTrait::hash_value_type