LLDB mainline
lldb_private::ClassDescriptorV2::ivar_t Struct Reference

Static Public Member Functions

static size_t GetSize (Process *process)
static llvm::Expected< ivar_tRead (Process *process, lldb::addr_t addr)

Public Attributes

lldb::addr_t m_offset_ptr
lldb::addr_t m_name_ptr
lldb::addr_t m_type_ptr
uint32_t m_alignment
uint32_t m_size
std::string m_name
std::string m_type

Detailed Description

Definition at line 187 of file AppleObjCClassDescriptorV2.h.

Member Function Documentation

◆ GetSize()

size_t lldb_private::ClassDescriptorV2::ivar_t::GetSize ( Process * process)
inlinestatic

◆ Read()

Member Data Documentation

◆ m_alignment

uint32_t lldb_private::ClassDescriptorV2::ivar_t::m_alignment

Definition at line 191 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_name

std::string lldb_private::ClassDescriptorV2::ivar_t::m_name

Definition at line 194 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_name_ptr

lldb::addr_t lldb_private::ClassDescriptorV2::ivar_t::m_name_ptr

Definition at line 189 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_offset_ptr

lldb::addr_t lldb_private::ClassDescriptorV2::ivar_t::m_offset_ptr

Definition at line 188 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_size

uint32_t lldb_private::ClassDescriptorV2::ivar_t::m_size

Definition at line 192 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_type

std::string lldb_private::ClassDescriptorV2::ivar_t::m_type

Definition at line 195 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_type_ptr

lldb::addr_t lldb_private::ClassDescriptorV2::ivar_t::m_type_ptr

Definition at line 190 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().


The documentation for this struct was generated from the following files: