Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderInternals.h79 data_type ReadData(internal_key_type, const unsigned char* d,
136 data_type ReadData(const internal_key_type& k,
187 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
237 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
H A DGlobalModuleIndex.cpp104 static data_type ReadData(const internal_key_type& k, in ReadData() function in __anonffcf63e90311::IdentifierIndexReaderTrait
481 data_type ReadData(const internal_key_type& k, in ReadData() function in __anonffcf63e90511::InterestingASTIdentifierLookupTrait
H A DASTReader.cpp645 ASTSelectorLookupTrait::ReadData(Selector, const unsigned char* d, in ReadData() function in ASTSelectorLookupTrait
707 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData() function in ASTIdentifierLookupTrait
955 ASTDeclContextNameLookupTrait::ReadData(internal_key_type, in ReadData() function in ASTDeclContextNameLookupTrait
1535 HeaderFileInfoTrait::ReadData(internal_key_ref key, const unsigned char *d, in ReadData() function in HeaderFileInfoTrait
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPTHLexer.cpp359 static PTHFileData ReadData(const internal_key_type& k, in ReadData() function in PTHManager::PTHFileLookupTrait
405 static uint32_t ReadData(const internal_key_type& k, const unsigned char* d, in ReadData() function in PTHManager::PTHStringLookupTrait
663 static data_type ReadData(const internal_key_type& k, const unsigned char* d, in ReadData() function in __anon56eab9b10211::PTHStatLookupTrait
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h280 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); }
526 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h241 data_type ReadData(StringRef K, const unsigned char *D, offset_type N) { in ReadData() function