Searched refs:internal_key_type (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 85 using internal_key_type = DeclarationNameKey; variable 90 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey() 94 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() 98 static internal_key_type GetInternalKey(const external_key_type &Name) { in GetInternalKey() 105 internal_key_type ReadKey(const unsigned char *d, unsigned); 107 void ReadDataInto(internal_key_type, const unsigned char *d, 134 using internal_key_type = StringRef; variable 138 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() 142 static hash_value_type ComputeHash(const internal_key_type& a); 148 static const internal_key_type& [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; 161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() 237 internal_key_type Key = Info::GetInternalKey(EKey); in find() 281 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
|
H A D | GlobalModuleIndex.cpp | 76 typedef StringRef internal_key_type; typedef in __anon28427b810311::IdentifierIndexReaderTrait 81 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() 85 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() 97 static const internal_key_type& 101 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() 103 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() 107 static data_type ReadData(const internal_key_type& k, in ReadData() 518 data_type ReadData(const internal_key_type& k, in ReadData()
|
H A D | ASTReader.cpp | 856 ASTSelectorLookupTrait::internal_key_type 913 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() 922 ASTIdentifierLookupTraitBase::internal_key_type 960 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData() 1110 ASTDeclContextNameLookupTrait::internal_key_type 1145 void ASTDeclContextNameLookupTrait::ReadDataInto(internal_key_type, in ReadDataInto() argument 1826 HeaderFileInfoTrait::internal_key_type 1828 internal_key_type ikey = {FE->getSize(), in GetInternalKey() 1843 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { in EqualKey() 1867 HeaderFileInfoTrait::internal_key_type [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 283 typedef typename Info::internal_key_type internal_key_type; typedef 322 internal_key_type Key; 329 iterator(const internal_key_type K, const unsigned char *D, offset_type L, in iterator() 344 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey); 350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash, 387 const internal_key_type &X = 436 typedef typename base_type::internal_key_type internal_key_type; typedef 522 internal_key_type getInternalKey() const { in getInternalKey() 575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 333 using internal_key_type = StringRef; variable
|