Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h86 using internal_key_type = DeclarationNameKey; variable
91 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey()
135 using internal_key_type = StringRef; variable
139 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey()
149 static const internal_key_type&
176 data_type ReadData(const internal_key_type& k,
208 using internal_key_type = external_key_type; variable
215 static bool EqualKey(const internal_key_type& a, in EqualKey()
216 const internal_key_type& b) { in EqualKey()
222 static const internal_key_type&
[all …]
H A DMultiOnDiskHashTable.h50 using internal_key_type = typename Info::internal_key_type; variable
76 llvm::DenseMap<internal_key_type, data_type> Data;
162 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense()
238 internal_key_type Key = Info::GetInternalKey(EKey); in find()
282 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
H A DGlobalModuleIndex.cpp74 typedef StringRef internal_key_type; typedef in __anon2d7d61850311::IdentifierIndexReaderTrait
79 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey()
83 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash()
95 static const internal_key_type&
99 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey()
101 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey()
105 static data_type ReadData(const internal_key_type& k, in ReadData()
499 data_type ReadData(const internal_key_type& k, in ReadData()
H A DASTReader.cpp827 ASTSelectorLookupTrait::internal_key_type
884 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash()
897 ASTIdentifierLookupTraitBase::internal_key_type
936 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData()
1097 ASTDeclContextNameLookupTrait::internal_key_type
1132 void ASTDeclContextNameLookupTrait::ReadDataInto(internal_key_type, in ReadDataInto() argument
1701 HeaderFileInfoTrait::internal_key_type
1703 internal_key_type ikey = {FE->getSize(), in GetInternalKey()
1718 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { in EqualKey()
1741 HeaderFileInfoTrait::internal_key_type
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DOnDiskHashTable.h283 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);
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h296 using internal_key_type = StringRef; variable