Searched refs:ReadData (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 174 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 D | GlobalModuleIndex.cpp | 107 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 D | ASTReader.cpp | 908 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 D | OnDiskHashTable.h | 332 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 D | MemProf.h | 479 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 D | InstrProfReader.h | 474 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 703 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData() function in InstrProfLookupTrait
|