reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Core/ValueObjectConstResult.cpp
  264 size_t ValueObjectConstResult::GetPointeeData(DataExtractor &data,
tools/lldb/source/Core/ValueObjectConstResultCast.cpp
   53 size_t ValueObjectConstResultCast::GetPointeeData(DataExtractor &data,
tools/lldb/source/Core/ValueObjectConstResultChild.cpp
   65 size_t ValueObjectConstResultChild::GetPointeeData(DataExtractor &data,

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  675   virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx = 0,

References

tools/lldb/source/API/SBValue.cpp
 1392       value_sp->GetPointeeData(*data_sp, item_idx, item_count);
tools/lldb/source/Core/ValueObject.cpp
 1029       GetPointeeData(data, 0, cstr_len);
 1050       while ((bytes_read = GetPointeeData(data, offset, k_max_buf_size)) > 0) {
tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
  178   return m_impl_backend->ValueObject::GetPointeeData(data, item_idx,
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  572   location_sp->GetPointeeData(extractor, 0, size);
  644   location_sp->GetPointeeData(extractor, 0, size);