Home
last modified time | relevance | path

Searched refs:GetPointeeData (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResultCast.cpp47 size_t ValueObjectConstResultCast::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultCast
50 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObjectConstResultChild.cpp58 size_t ValueObjectConstResultChild::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultChild
61 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObjectConstResultImpl.cpp221 size_t ValueObjectConstResultImpl::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultImpl
226 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, in GetPointeeData()
H A DValueObjectConstResult.cpp273 size_t ValueObjectConstResult::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResult
276 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObject.cpp663 size_t ValueObject::GetPointeeData(DataExtractor &data, uint32_t item_idx, in GetPointeeData() function in ValueObject
950 GetPointeeData(data, 0, cstr_len); in ReadPointedString()
971 while ((bytes_read = GetPointeeData(data, offset, k_max_buf_size)) > 0) { in ReadPointedString()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueDocstrings.i195 ) lldb::SBValue::GetPointeeData;
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectConstResultImpl.h64 virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObjectConstResultCast.h48 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObjectConstResultChild.h53 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObjectConstResult.h91 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObject.h761 virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h243 lldb::SBData GetPointeeData(uint32_t item_idx = 0, uint32_t item_count = 1);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp237 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in StringBufferSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1357 lldb::SBData SBValue::GetPointeeData(uint32_t item_idx, uint32_t item_count) { in GetPointeeData() function in SBValue
1367 value_sp->GetPointeeData(*data_sp, item_idx, item_count); in GetPointeeData()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp79030 result = (arg1)->GetPointeeData(arg2,arg3); in _wrap_SBValue_GetPointeeData__SWIG_0()
79060 result = (arg1)->GetPointeeData(arg2); in _wrap_SBValue_GetPointeeData__SWIG_1()
79087 result = (arg1)->GetPointeeData(); in _wrap_SBValue_GetPointeeData__SWIG_2()