LLDB mainline
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
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()

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

◆ Read()

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

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.

◆ m_name

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

Definition at line 160 of file AppleObjCClassDescriptorV2.h.

◆ m_name_ptr

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

Definition at line 156 of file AppleObjCClassDescriptorV2.h.

◆ m_types

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

Definition at line 161 of file AppleObjCClassDescriptorV2.h.

◆ m_types_ptr

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

Definition at line 157 of file AppleObjCClassDescriptorV2.h.


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