Home
last modified time | relevance | path

Searched refs:ReadKey (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderInternals.h104 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 DMultiOnDiskHashTable.h161 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 DGlobalModuleIndex.cpp103 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in __anon244be4660311::IdentifierIndexReaderTrait
H A DASTReader.cpp885 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 DOnDiskHashTable.h388 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 DMemProf.h473 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 DInstrProfReader.h436 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function