Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObjectConstResultImpl.cpp220 ValueObjectConstResultImpl::GetPointeeData (DataExtractor& data, in GetPointeeData() function in ValueObjectConstResultImpl
227 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, item_count); in GetPointeeData()
232 return DerefOnTarget()->GetPointeeData(data, item_idx, item_count); in GetPointeeData()
234 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, item_count); in GetPointeeData()
DValueObjectConstResultChild.cpp75 ValueObjectConstResultChild::GetPointeeData (DataExtractor& data, in GetPointeeData() function in ValueObjectConstResultChild
79 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
DValueObjectConstResult.cpp328 ValueObjectConstResult::GetPointeeData (DataExtractor& data, in GetPointeeData() function in ValueObjectConstResult
332 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
DValueObject.cpp867 ValueObject::GetPointeeData (DataExtractor& data, in GetPointeeData() function in ValueObject
1167 GetPointeeData(data, 0, cstr_len); in ReadPointedString()
1198 while ((bytes_read = GetPointeeData(data, offset, k_max_buf_size)) > 0) in ReadPointedString()
/external/lldb/test/expression_command/formatters/
DTestFormatters.py138 a_data = frozen.GetPointeeData()
153 a_data = frozen.GetPointeeData(0, 1)
/external/lldb/include/lldb/Core/
DValueObjectConstResultChild.h60 GetPointeeData (DataExtractor& data,
DValueObjectConstResultImpl.h79 GetPointeeData (DataExtractor& data,
DValueObjectConstResult.h106 GetPointeeData (DataExtractor& data,
DValueObject.h989 GetPointeeData (DataExtractor& data,
/external/lldb/scripts/Python/interface/
DSBValue.i377 ") GetPointeeData;
379 GetPointeeData (uint32_t item_idx = 0,
/external/lldb/test/python_api/default-constructor/
Dsb_value.py61 obj.GetPointeeData (0, 1)
/external/clang/utils/
DClangDataFormat.py91 data = self.Data_value.GetPointeeData(0, self.Length)
/external/lldb/test/python_api/sbdata/
DTestSBData.py76 data = foobar.GetPointeeData(0, 2)
107 data = foobar.GetPointeeData(1, 1)
/external/lldb/examples/summaries/cocoa/
DCFBitVector.py32 return pointer.GetPointeeData(index,1)
/external/lldb/include/lldb/API/
DSBValue.h278 GetPointeeData (uint32_t item_idx = 0,
/external/lldb/source/API/
DSBValue.cpp1519 SBValue::GetPointeeData (uint32_t item_idx, in GetPointeeData() function in SBValue
1532 value_sp->GetPointeeData(*data_sp, item_idx, item_count); in GetPointeeData()
/external/lldb/examples/synthetic/
Dlibcxx.py53 data = data_ptr.GetPointeeData(0,size)
/external/lldb/www/python_reference/
Dapi-objects.txt4166 lldb.SBValue.GetPointeeData lldb.SBValue-class.html#GetPointeeData