Searched refs:ReadKey (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 104 internal_key_type ReadKey(const unsigned char *d, unsigned); 154 static internal_key_type ReadKey(const unsigned char* d, unsigned n); 226 internal_key_type ReadKey(const unsigned char* d, unsigned); 276 static internal_key_type ReadKey(const unsigned char *d, unsigned);
|
| H A D | MultiOnDiskHashTable.h | 161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() 281 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
|
| H A D | GlobalModuleIndex.cpp | 103 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in __anon244be4660311::IdentifierIndexReaderTrait
|
| H A D | ASTReader.cpp | 885 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in ASTSelectorLookupTrait 951 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in ASTIdentifierLookupTraitBase 1139 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in ASTDeclContextNameLookupTrait 1900 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in HeaderFileInfoTrait 4358 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in ReadAST() 8593 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in DecodeIdentifierInfo() 8774 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0); in DecodeSelector()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 473 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() function 600 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() function
|
| H A D | InstrProfReader.h | 436 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function
|