Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
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.cpp59 size_t ValueObjectConstResultChild::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultChild
62 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObjectConstResultImpl.cpp228 size_t ValueObjectConstResultImpl::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultImpl
233 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, in GetPointeeData()
H A DValueObjectConstResult.cpp270 size_t ValueObjectConstResult::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResult
273 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObject.cpp658 size_t ValueObject::GetPointeeData(DataExtractor &data, uint32_t item_idx, in GetPointeeData() function in ValueObject
928 GetPointeeData(data, 0, cstr_len); in ReadPointedString()
949 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/Core/
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.h57 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.h757 virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h246 lldb::SBData GetPointeeData(uint32_t item_idx = 0, uint32_t item_count = 1);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp524 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxWStringSummaryProvider()
608 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxStringSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1340 lldb::SBData SBValue::GetPointeeData(uint32_t item_idx, uint32_t item_count) { in GetPointeeData() function in SBValue
1350 value_sp->GetPointeeData(*data_sp, item_idx, item_count); in GetPointeeData()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77637 result = (arg1)->GetPointeeData(arg2,arg3); in _wrap_SBValue_GetPointeeData__SWIG_0()
77667 result = (arg1)->GetPointeeData(arg2); in _wrap_SBValue_GetPointeeData__SWIG_1()
77694 result = (arg1)->GetPointeeData(); in _wrap_SBValue_GetPointeeData__SWIG_2()