Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h105 internal_key_type ReadKey(const unsigned char *d, unsigned);
155 static internal_key_type ReadKey(const unsigned char* d, unsigned n);
227 internal_key_type ReadKey(const unsigned char* d, unsigned);
277 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 __anon989f7eea0311::IdentifierIndexReaderTrait
H A DASTReader.cpp859 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in ASTSelectorLookupTrait
925 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in ASTIdentifierLookupTraitBase
1113 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in ASTDeclContextNameLookupTrait
1870 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in HeaderFileInfoTrait
4331 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in ReadAST()
8545 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in DecodeIdentifierInfo()
8726 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0); in DecodeSelector()
/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h360 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function