LLDB mainline
lldb_private::ClassDescriptorV2::method_t Struct Reference

Public Member Functions

bool Read (Process *process, lldb::addr_t addr, lldb::addr_t relative_selector_base_addr, bool is_small, bool has_direct_sel)

Static Public Member Functions

static size_t GetSize (Process *process, bool is_small)

Public Attributes

lldb::addr_t m_name_ptr
lldb::addr_t m_types_ptr
lldb::addr_t m_imp_ptr
std::string m_name
std::string m_types

Detailed Description

Definition at line 155 of file AppleObjCClassDescriptorV2.h.

Member Function Documentation

◆ GetSize()

size_t lldb_private::ClassDescriptorV2::method_t::GetSize ( Process * process,
bool is_small )
inlinestatic

◆ Read()

Member Data Documentation

◆ m_imp_ptr

lldb::addr_t lldb_private::ClassDescriptorV2::method_t::m_imp_ptr

Definition at line 158 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_name

std::string lldb_private::ClassDescriptorV2::method_t::m_name

Definition at line 160 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_name_ptr

lldb::addr_t lldb_private::ClassDescriptorV2::method_t::m_name_ptr

Definition at line 156 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_types

std::string lldb_private::ClassDescriptorV2::method_t::m_types

Definition at line 161 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().

◆ m_types_ptr

lldb::addr_t lldb_private::ClassDescriptorV2::method_t::m_types_ptr

Definition at line 157 of file AppleObjCClassDescriptorV2.h.

Referenced by Read().


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