Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h79 using hash_value_type = unsigned; variable
119 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash()
149 static hash_value_type ComputeHash(const internal_key_type &Key);
201 using hash_value_type = unsigned; variable
215 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash()
256 using hash_value_type = unsigned; variable
263 static hash_value_type ComputeHash(const internal_key_type& a);
335 using hash_value_type = unsigned; variable
346 static hash_value_type ComputeHash(Selector Sel);
388 using hash_value_type = unsigned; variable
[all …]
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()
717 typedef unsigned hash_value_type; typedef in __anon35ca0d360811::IdentifierIndexWriterTrait
720 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
H A DMultiOnDiskHashTable.h52 using hash_value_type = unsigned; variable
H A DASTWriter.cpp2084 using hash_value_type = unsigned; typedef in __anon397e50ec0911::HeaderFileInfoTrait
2087 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
3543 using hash_value_type = unsigned; typedef in __anon397e50ec0f11::ASTMethodPoolTrait
3548 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash()
3870 using hash_value_type = unsigned; typedef in __anon397e50ec1011::ASTIdentifierTableTrait
3882 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash()
4086 using hash_value_type = unsigned; typedef in __anon397e50ec1111::ASTDeclContextNameLookupTraitBase
4203 hash_value_type ComputeHash(key_type Key) { in ComputeHash()
4242 hash_value_type ComputeHash(key_type Name) { return Name.getHash(); } in ComputeHash()
4442 using hash_value_type = unsigned; typedef in __anon397e50ec1311::LazySpecializationInfoLookupTrait
[all …]
H A DASTReader.cpp1311 ModuleLocalNameLookupTrait::hash_value_type
/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.h564 using hash_value_type = uint64_t;
575 hash_value_type ComputeHash(uint64_t K) { return K; }
617 using hash_value_type = uint64_t;
638 static hash_value_type ComputeHash(key_type_ref K) { return K; }
679 using hash_value_type = FrameId;
682 static hash_value_type ComputeHash(key_type_ref K) { return K; }
713 using hash_value_type = FrameId;
722 hash_value_type ComputeHash(internal_key_type K) { return K; }
755 using hash_value_type = CallStackId;
758 static hash_value_type ComputeHash(key_type_ref K) { return K; }
[all …]
H A DInstrProfReader.h532 using hash_value_type = uint64_t; variable
539 LLVM_ABI hash_value_type ComputeHash(StringRef K);
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp296 using hash_value_type = uint32_t; typedef in clang::api_notes::__anonf7d29e6c0211::IdentifierTableInfo
299 hash_value_type ComputeHash(key_type_ref Key) { return llvm::djbHash(Key); } in ComputeHash()
354 using hash_value_type = size_t; typedef in clang::api_notes::__anonf7d29e6c0311::ContextIDTableInfo
357 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
480 using hash_value_type = size_t; typedef in clang::api_notes::__anonf7d29e6c0311::VersionedTableInfo
573 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
690 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
760 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
801 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
894 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
[all …]
H A DAPINotesReader.cpp57 using hash_value_type = size_t; typedef in clang::api_notes::__anonc79998a20111::VersionedTableInfo
145 using hash_value_type = uint32_t; typedef in clang::api_notes::__anonc79998a20111::IdentifierTableInfo
152 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
185 using hash_value_type = size_t; typedef in clang::api_notes::__anonc79998a20111::ContextIDTableInfo
192 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
231 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
286 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
311 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
397 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
428 using hash_value_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::ObjCSelectorTableInfo
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp49 using hash_value_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
58 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash()
H A DInstrProfReader.cpp915 InstrProfLookupTrait::hash_value_type