Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anon28427b810311::IdentifierIndexReaderTrait
H A DASTReader.cpp857 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in ASTSelectorLookupTrait
923 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in ASTIdentifierLookupTraitBase
1111 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in ASTDeclContextNameLookupTrait
1868 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in HeaderFileInfoTrait
4315 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in ReadAST()
8516 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in DecodeIdentifierInfo()
8697 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0); in DecodeSelector()
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h353 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function