Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Serialization/ !
H A DASTReaderInternals.h174 data_type ReadData(const internal_key_type& k,
227 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
278 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
H A DGlobalModuleIndex.cpp106 static data_type ReadData(const internal_key_type& k, in ReadData() function in __anon14b795cb0311::IdentifierIndexReaderTrait
507 data_type ReadData(const internal_key_type& k, in ReadData() function in __anon14b795cb0611::InterestingASTIdentifierLookupTrait
H A DASTReader.cpp972 ASTSelectorLookupTrait::ReadData(Selector, const unsigned char* d, in ReadData() function in ASTSelectorLookupTrait
1063 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData() function in ASTIdentifierLookupTrait
2081 HeaderFileInfoTrait::ReadData(internal_key_ref key, const unsigned char *d, in ReadData() function in HeaderFileInfoTrait
/src/contrib/llvm-project/llvm/include/llvm/Support/ !
H A DOnDiskHashTable.h334 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); }
579 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/ !
H A DMemProf.h556 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData() function
703 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData() function
784 data_type ReadData(uint64_t K, const unsigned char *D, offset_type Length) { in ReadData() function
H A DInstrProfReader.h523 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
/src/contrib/llvm-project/clang/lib/APINotes/ !
H A DAPINotesReader.cpp77 static data_type ReadData(internal_key_type Key, const uint8_t *Data, in ReadData() function in clang::api_notes::__anon64065c370111::VersionedTableInfo
173 static data_type ReadData(internal_key_type key, const uint8_t *Data, in ReadData() function in clang::api_notes::__anon64065c370111::IdentifierTableInfo
218 static data_type ReadData(internal_key_type Key, const uint8_t *Data, in ReadData() function in clang::api_notes::__anon64065c370111::ContextIDTableInfo
424 static data_type ReadData(internal_key_type Key, const uint8_t *Data, in ReadData() function in clang::api_notes::__anon64065c370111::ObjCSelectorTableInfo
/src/contrib/llvm-project/llvm/lib/ProfileData/ !
H A DInstrProfReader.cpp904 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData() function in InstrProfLookupTrait