Home
last modified time | relevance | path

Searched refs:internal_key_type (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h84 using internal_key_type = DeclarationNameKey; variable
89 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey()
93 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash()
97 static internal_key_type GetInternalKey(const external_key_type &Name) { in GetInternalKey()
104 internal_key_type ReadKey(const unsigned char *d, unsigned);
106 void ReadDataInto(internal_key_type, const unsigned char *d,
133 using internal_key_type = StringRef; variable
137 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey()
141 static hash_value_type ComputeHash(const internal_key_type& a);
147 static const internal_key_type&
[all …]
H A DMultiOnDiskHashTable.h49 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()
239 internal_key_type Key = Info::GetInternalKey(EKey); in find()
283 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
H A DGlobalModuleIndex.cpp75 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()
507 data_type ReadData(const internal_key_type& k, in ReadData()
H A DASTReader.cpp949 ASTSelectorLookupTrait::internal_key_type
1012 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash()
1021 ASTIdentifierLookupTraitBase::internal_key_type
1063 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData()
1220 ASTDeclContextNameLookupTrait::internal_key_type
1255 void ASTDeclContextNameLookupTrait::ReadDataInto(internal_key_type, in ReadDataInto() argument
2019 const FileEntry *HeaderFileInfoTrait::getFile(const internal_key_type &Key) { in getFile()
2041 HeaderFileInfoTrait::internal_key_type
2043 internal_key_type ikey = {ekey.getSize(), in GetInternalKey()
2067 HeaderFileInfoTrait::internal_key_type
[all …]
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp54 using internal_key_type = KeyType; typedef in clang::api_notes::__anonc79998a20111::VersionedTableInfo
61 internal_key_type GetInternalKey(external_key_type Key) { return Key; } in GetInternalKey()
63 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey()
65 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey()
77 static data_type ReadData(internal_key_type Key, const uint8_t *Data, in ReadData()
143 using internal_key_type = llvm::StringRef; typedef in clang::api_notes::__anonc79998a20111::IdentifierTableInfo
149 internal_key_type GetInternalKey(external_key_type Key) { return Key; } in GetInternalKey()
151 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey()
153 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()
157 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h282 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 DMemProf.h525 using internal_key_type = uint64_t; variable
674 using internal_key_type = FrameId; variable
679 static bool EqualKey(internal_key_type A, internal_key_type B) { in EqualKey()
682 static uint64_t GetInternalKey(internal_key_type K) { return K; } in GetInternalKey()
685 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash()
755 using internal_key_type = CallStackId; variable
760 static bool EqualKey(internal_key_type A, internal_key_type B) { in EqualKey()
763 static uint64_t GetInternalKey(internal_key_type K) { return K; } in GetInternalKey()
766 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash()
H A DInstrProfReader.h495 using internal_key_type = StringRef; variable