Searched refs:ReadKey (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 105 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 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 __anon28427b810311::IdentifierIndexReaderTrait
|
H A D | ASTReader.cpp | 857 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 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);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 353 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function
|