Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h175 data_type ReadData(const internal_key_type& k,
228 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
279 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
H A DGlobalModuleIndex.cpp107 static data_type ReadData(const internal_key_type& k, in ReadData() function in __anon989f7eea0311::IdentifierIndexReaderTrait
518 data_type ReadData(const internal_key_type& k, in ReadData() function in __anon989f7eea0611::InterestingASTIdentifierLookupTrait
H A DASTReader.cpp881 ASTSelectorLookupTrait::ReadData(Selector, const unsigned char* d, in ReadData() function in ASTSelectorLookupTrait
962 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData() function in ASTIdentifierLookupTrait
1882 HeaderFileInfoTrait::ReadData(internal_key_ref key, const unsigned char *d, in ReadData() function in HeaderFileInfoTrait
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h333 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); }
576 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h366 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp571 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData() function in InstrProfLookupTrait