| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectConstResultCast.cpp | 53 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 D | ValueObjectConstResultChild.cpp | 65 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 D | ValueObjectConstResultImpl.cpp | 172 size_t ValueObjectConstResultImpl::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultImpl 177 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, in GetPointeeData()
|
| H A D | ValueObjectConstResult.cpp | 272 size_t ValueObjectConstResult::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResult 275 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
|
| H A D | ValueObject.cpp | 663 size_t ValueObject::GetPointeeData(DataExtractor &data, uint32_t item_idx, in GetPointeeData() function in ValueObject 935 GetPointeeData(data, 0, cstr_len); in ReadPointedString() 956 while ((bytes_read = GetPointeeData(data, offset, k_max_buf_size)) > 0) { in ReadPointedString()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/sbvalue_persist/ |
| H A D | TestSBValuePersist.py | 61 barPersist.GetPointeeData().sint32[0], 4, 75 barPersist.GetPointeeData().sint32[0], 4,
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/formatters/ |
| H A D | TestFormatters.py | 216 a_data = frozen.GetPointeeData() 236 a_data = frozen.GetPointeeData(0, 1)
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObjectConstResultCast.h | 51 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
|
| H A D | ValueObjectConstResultImpl.h | 64 virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
|
| H A D | ValueObjectConstResultChild.h | 60 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
|
| H A D | ValueObjectConstResult.h | 93 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
|
| H A D | ValueObject.h | 686 virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_value.py | 61 obj.GetPointeeData(0, 1)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBValue.i | 393 ") GetPointeeData; 395 GetPointeeData (uint32_t item_idx = 0,
|
| /llvm-project-15.0.7/lldb/test/API/python_api/sbdata/ |
| H A D | TestSBData.py | 77 data = foobar.GetPointeeData(0, 2) 113 data = foobar.GetPointeeData(1, 1)
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBValue.h | 235 lldb::SBData GetPointeeData(uint32_t item_idx = 0, uint32_t item_count = 1);
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | CFBitVector.py | 39 return pointer.GetPointeeData(index, 1)
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | lldbDataFormatters.py | 187 data = valobj.GetChildAtIndex(0).GetPointeeData(item_count=length)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 842 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxWStringSummaryProvider() 926 const size_t bytes_read = location_sp->GetPointeeData(extractor, 0, size); in LibcxxStringSummaryProvider()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBValue.cpp | 1320 lldb::SBData SBValue::GetPointeeData(uint32_t item_idx, uint32_t item_count) { in GetPointeeData() function in SBValue 1330 value_sp->GetPointeeData(*data_sp, item_idx, item_count); in GetPointeeData()
|
| /llvm-project-15.0.7/lldb/examples/synthetic/ |
| H A D | libcxx.py | 64 data = data_ptr.GetPointeeData(0, size)
|