Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultCast.cpp54 size_t ValueObjectConstResultCast::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultCast
57 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObjectConstResultChild.cpp66 size_t ValueObjectConstResultChild::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultChild
69 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObjectConstResultImpl.cpp174 size_t ValueObjectConstResultImpl::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResultImpl
179 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, in GetPointeeData()
H A DValueObjectConstResult.cpp265 size_t ValueObjectConstResult::GetPointeeData(DataExtractor &data, in GetPointeeData() function in ValueObjectConstResult
268 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
H A DValueObject.cpp745 size_t ValueObject::GetPointeeData(DataExtractor &data, uint32_t item_idx, in GetPointeeData() function in ValueObject
1013 GetPointeeData(data, 0, cstr_len); in ReadPointedString()
1034 while ((bytes_read = GetPointeeData(data, offset, k_max_buf_size)) > 0) { in ReadPointedString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectConstResultCast.h59 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObjectConstResultImpl.h73 virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObjectConstResultChild.h69 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObjectConstResult.h102 size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
H A DValueObject.h703 virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp572 location_sp->GetPointeeData(extractor, 0, size); in LibcxxWStringSummaryProvider()
644 location_sp->GetPointeeData(extractor, 0, size); in LibcxxStringSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h242 lldb::SBData GetPointeeData(uint32_t item_idx = 0, uint32_t item_count = 1);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1409 lldb::SBData SBValue::GetPointeeData(uint32_t item_idx, uint32_t item_count) { in GetPointeeData() function in SBValue
1418 value_sp->GetPointeeData(*data_sp, item_idx, item_count); in GetPointeeData()