Searched refs:internal_key_type (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 113 using internal_key_type = DeclarationNameKey; variable 115 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey() 119 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() 123 static internal_key_type GetInternalKey(const external_key_type &Name) { in GetInternalKey() 127 internal_key_type ReadKey(const unsigned char *d, unsigned); 129 void ReadDataInto(internal_key_type, const unsigned char *d, 143 using internal_key_type = std::pair<DeclarationNameKey, unsigned>; variable 145 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey() 149 static hash_value_type ComputeHash(const internal_key_type &Key); 150 static internal_key_type GetInternalKey(const external_key_type &Key); [all …]
|
| H A D | MultiOnDiskHashTable.h | 49 using internal_key_type = typename Info::internal_key_type; variable 75 llvm::DenseMap<internal_key_type, data_type> Data; 159 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() 236 internal_key_type Key = Info::GetInternalKey(EKey); in find() 280 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
|
| H A D | GlobalModuleIndex.cpp | 75 typedef StringRef internal_key_type; typedef in __anon35ca0d360311::IdentifierIndexReaderTrait 80 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() 84 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() 96 static const internal_key_type& 100 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() 102 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() 106 static data_type ReadData(const internal_key_type& k, in ReadData() 506 data_type ReadData(const internal_key_type& k, in ReadData()
|
| H A D | ASTReader.cpp | 978 ASTSelectorLookupTrait::internal_key_type 1041 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() 1050 ASTIdentifierLookupTraitBase::internal_key_type 1092 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData() 1288 ASTDeclContextNameLookupTrait::internal_key_type 1304 void ASTDeclContextNameLookupTrait::ReadDataInto(internal_key_type, in ReadDataInto() argument 1312 ModuleLocalNameLookupTrait::ComputeHash(const internal_key_type &Key) { in ComputeHash() 1319 ModuleLocalNameLookupTrait::internal_key_type 1330 ModuleLocalNameLookupTrait::internal_key_type 1338 void ModuleLocalNameLookupTrait::ReadDataInto(internal_key_type, in ReadDataInto() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesReader.cpp | 53 using internal_key_type = KeyType; typedef in clang::api_notes::__anonc79998a20111::VersionedTableInfo 60 internal_key_type GetInternalKey(external_key_type Key) { return Key; } in GetInternalKey() 62 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() 64 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() 76 static data_type ReadData(internal_key_type Key, const uint8_t *Data, in ReadData() 142 using internal_key_type = llvm::StringRef; typedef in clang::api_notes::__anonc79998a20111::IdentifierTableInfo 148 internal_key_type GetInternalKey(external_key_type Key) { return Key; } in GetInternalKey() 150 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() 152 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() 156 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 282 typedef typename Info::internal_key_type internal_key_type; typedef 323 internal_key_type Key; 330 iterator(const internal_key_type K, const unsigned char *D, offset_type L, in iterator() 345 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey); 351 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash, 390 const internal_key_type &X = 439 typedef typename base_type::internal_key_type internal_key_type; typedef 525 internal_key_type getInternalKey() const { in getInternalKey() 578 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 562 using internal_key_type = uint64_t; 711 using internal_key_type = FrameId; 716 static bool EqualKey(internal_key_type A, internal_key_type B) { 719 static uint64_t GetInternalKey(internal_key_type K) { return K; } 722 hash_value_type ComputeHash(internal_key_type K) { return K; } 792 using internal_key_type = CallStackId; 797 static bool EqualKey(internal_key_type A, internal_key_type B) { 800 static uint64_t GetInternalKey(internal_key_type K) { return K; } 803 hash_value_type ComputeHash(internal_key_type K) { return K; }
|
| H A D | InstrProfReader.h | 530 using internal_key_type = StringRef; variable
|