Home
last modified time | relevance | path

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

/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) {
149 static hash_value_type ComputeHash(const internal_key_type &Key);
201 using hash_value_type = unsigned;
215 static hash_value_type ComputeHash(const internal_key_type &Key) { in EqualKey()
256 using hash_value_type = unsigned;
263 static hash_value_type ComputeHash(const internal_key_type& a);
329 using hash_value_type = unsigned;
340 static hash_value_type ComputeHash(Selector Sel);
382 using hash_value_type
134 using hash_value_type = unsigned; global() variable
207 using hash_value_type = unsigned; global() variable
262 using hash_value_type = unsigned; global() variable
[all...]
H A DGlobalModuleIndex.cpp77 typedef unsigned hash_value_type; typedef in __anon487691690311::IdentifierIndexReaderTrait
84 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash()
717 typedef unsigned hash_value_type;
720 static hash_value_type ComputeHash(key_type_ref Key) {
722 typedef unsigned hash_value_type; global() typedef in __anon487691690811::IdentifierIndexWriterTrait
H A DMultiOnDiskHashTable.h52 using hash_value_type = unsigned; variable
H A DASTWriter.cpp2049 using hash_value_type = unsigned; in EmitData()
2052 hash_value_type ComputeHash(key_type_ref key) { in EmitData()
3509 using hash_value_type = unsigned; in EmitData()
3514 static hash_value_type ComputeHash(Selector Sel) { in EmitData()
3833 using hash_value_type = unsigned;
3845 static hash_value_type ComputeHash(const IdentifierInfo* II) { in EmitData()
4042 using hash_value_type = unsigned;
4161 hash_value_type ComputeHash(key_type Key) { in GenerateNameLookupTable()
4307 hash_value_type ComputeHash(key_type Name) { return Name.getHash(); } in GenerateNameLookupTable()
4341 using hash_value_type
1985 using hash_value_type = unsigned; global() typedef in __anonb9ef521f0511::HeaderFileInfoTrait
3456 using hash_value_type = unsigned; global() typedef in __anonb9ef521f0b11::ASTMethodPoolTrait
3780 using hash_value_type = unsigned; global() typedef in __anonb9ef521f0c11::ASTIdentifierTableTrait
3988 using hash_value_type = unsigned; global() typedef in __anonb9ef521f0d11::ASTDeclContextNameLookupTrait
[all...]
/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()
/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h491 using hash_value_type = uint64_t; in MemProfRecord()
502 hash_value_type ComputeHash(uint64_t K) { return K; } in print()
544 using hash_value_type = uint64_t; in ReadKeyDataLength()
565 static hash_value_type ComputeHash(key_type_ref K) { return K; }
606 using hash_value_type = FrameId; in EmitKeyDataLength()
609 static hash_value_type ComputeHash(key_type_ref K) { return K; } in EmitKeyDataLength()
640 using hash_value_type = FrameId;
649 hash_value_type ComputeHash(internal_key_type K) { return K; } in EmitKeyDataLength()
682 using hash_value_type = CallStackId; in GetInternalKey()
685 static hash_value_type ComputeHas
527 using hash_value_type = uint64_t; global() variable
580 using hash_value_type = uint64_t; global() variable
642 using hash_value_type = FrameId; global() variable
676 using hash_value_type = FrameId; global() variable
718 using hash_value_type = CallStackId; global() variable
757 using hash_value_type = CallStackId; global() variable
[all...]
H A DInstrProfReader.h529 using hash_value_type = uint64_t;
536 hash_value_type ComputeHash(StringRef K);
497 using hash_value_type = uint64_t; global() variable
/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp296 using hash_value_type = uint32_t; in EmitKeyDataLength()
299 hash_value_type ComputeHash(key_type_ref Key) { return llvm::djbHash(Key); } in EmitKeyDataLength()
354 using hash_value_type = size_t; in EmitKeyDataLength()
357 hash_value_type ComputeHash(key_type_ref Key) { in EmitKeyDataLength()
480 using hash_value_type = size_t; in EmitKeyDataLength()
573 hash_value_type ComputeHash(key_type_ref Key) {
690 hash_value_type ComputeHash(key_type_ref Key) { in emitUnversionedInfo()
760 hash_value_type ComputeHash(key_type_ref key) { in emitUnversionedInfo()
801 hash_value_type ComputeHash(key_type_ref key) {
894 hash_value_type ComputeHas in emitUnversionedInfo()
288 using hash_value_type = uint32_t; global() typedef in clang::api_notes::__anon78439f9f0211::IdentifierTableInfo
346 using hash_value_type = size_t; global() typedef in clang::api_notes::__anon78439f9f0311::ObjCContextIDTableInfo
472 using hash_value_type = size_t; global() typedef in clang::api_notes::__anon78439f9f0311::VersionedTableInfo
806 using hash_value_type = unsigned; global() typedef in clang::api_notes::__anon78439f9f0911::ObjCSelectorTableInfo
1098 using hash_value_type = typename CommonTypeTableInfo::hash_value_type; global() typedef in clang::api_notes::__anon78439f9f0d11::CommonTypeTableInfo
[all...]
H A DAPINotesReader.cpp59 using hash_value_type = size_t;
147 using hash_value_type = uint32_t;
154 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
187 using hash_value_type = size_t;
194 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
233 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
288 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
313 hash_value_type ComputeHash(internal_key_type Key) { in ReadParamInfo()
399 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
430 using hash_value_type
58 using hash_value_type = size_t; global() typedef in clang::api_notes::__anon480a99d50111::VersionedTableInfo
146 using hash_value_type = uint32_t; global() typedef in clang::api_notes::__anon480a99d50111::IdentifierTableInfo
185 using hash_value_type = size_t; global() typedef in clang::api_notes::__anon480a99d50111::ObjCContextIDTableInfo
390 using hash_value_type = unsigned; global() typedef in clang::api_notes::__anon480a99d50111::ObjCSelectorTableInfo
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp110 using hash_value_type = uint64_t;
119 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash()
109 using hash_value_type = uint64_t; global() typedef in llvm::InstrProfRecordWriterTrait
H A DInstrProfReader.cpp914 InstrProfLookupTrait::hash_value_type in ReadData()