Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp107 static data_type ReadData(const internal_key_type& k, in ReadData() function in __anonec4570430311::IdentifierIndexReaderTrait
518 data_type ReadData(const internal_key_type& k, in ReadData() function in __anonec4570430611::InterestingASTIdentifierLookupTrait
H A DASTReader.cpp908 ASTSelectorLookupTrait::ReadData(Selector, const unsigned char* d, in ReadData() function in ASTSelectorLookupTrait
989 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData() function in ASTIdentifierLookupTrait
1908 HeaderFileInfoTrait::ReadData(internal_key_ref key, const unsigned char *d, in ReadData() function in HeaderFileInfoTrait
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h332 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); }
575 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h479 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData() function
606 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData() function
H A DInstrProfReader.h474 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp703 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData() function in InstrProfLookupTrait