Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp53 size_t ValueObjectConstResultCast::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultCast
56 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObjectConstResultChild.cpp65 size_t ValueObjectConstResultChild::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultChild
68 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObjectConstResultImpl.cpp179 size_t ValueObjectConstResultImpl::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultImpl
184 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.cpp618 size_t ValueObject::GetPointeeData(DataExtractor &data, uint32_t item_idx, in GetPointeeData() function in ValueObject
888 GetPointeeData(data, 0, cstr_len); in ReadPointedString()
909 while ((bytes_read = GetPointeeData(data, offset, k_max_buf_size)) > 0) { in ReadPointedString()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueDocstrings.i175 ) lldb::SBValue::GetPointeeData;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResultCast.h51 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObjectConstResultImpl.h64 virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObjectConstResultChild.h60 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObjectConstResult.h94 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObject.h675 virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h242 lldb::SBData GetPointeeData(uint32_t item_idx = 0, uint32_t item_count = 1);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp858 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxWStringSummaryProvider()
942 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxStringSummaryProvider()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1318 lldb::SBData SBValue::GetPointeeData(uint32_t item_idx, uint32_t item_count) { in GetPointeeData() function in SBValue
1328 value_sp->GetPointeeData(*data_sp, item_idx, item_count); in GetPointeeData()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp74356 result = (arg1)->GetPointeeData(arg2,arg3); in _wrap_SBValue_GetPointeeData__SWIG_0()
74386 result = (arg1)->GetPointeeData(arg2); in _wrap_SBValue_GetPointeeData__SWIG_1()
74413 result = (arg1)->GetPointeeData(); in _wrap_SBValue_GetPointeeData__SWIG_2()