Searched refs:ReadKey (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 106 internal_key_type ReadKey(const unsigned char *d, unsigned); 156 static internal_key_type ReadKey(const unsigned char* d, unsigned n); 228 internal_key_type ReadKey(const unsigned char* d, unsigned); 278 static internal_key_type ReadKey(const unsigned char *d, unsigned);
|
| H A D | MultiOnDiskHashTable.h | 162 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() 282 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
|
| H A D | GlobalModuleIndex.cpp | 101 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in __anon2d7d61850311::IdentifierIndexReaderTrait
|
| H A D | ASTReader.cpp | 828 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in ASTSelectorLookupTrait 898 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in ASTIdentifierLookupTraitBase 1098 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in ASTDeclContextNameLookupTrait 1742 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in HeaderFileInfoTrait 3961 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in ReadAST() 8561 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0); in DecodeSelector()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 388 InfoPtr->ReadKey((const unsigned char *const)Items, L.first); 529 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey() 575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 316 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function
|