LLDB mainline
lldb_private::AppleObjCTrampolineHandler::AppleObjCVTables::VTableDescriptor Struct Reference

Public Member Functions

 VTableDescriptor (uint32_t in_flags, lldb::addr_t in_code_start)

Public Attributes

uint32_t flags
lldb::addr_t code_start

Detailed Description

Definition at line 77 of file AppleObjCTrampolineHandler.h.

Constructor & Destructor Documentation

◆ VTableDescriptor()

lldb_private::AppleObjCTrampolineHandler::AppleObjCVTables::VTableDescriptor::VTableDescriptor ( uint32_t in_flags,
lldb::addr_t in_code_start )
inline

Definition at line 78 of file AppleObjCTrampolineHandler.h.

References code_start, and flags.

Member Data Documentation

◆ code_start

lldb::addr_t lldb_private::AppleObjCTrampolineHandler::AppleObjCVTables::VTableDescriptor::code_start

Definition at line 82 of file AppleObjCTrampolineHandler.h.

Referenced by VTableDescriptor().

◆ flags

uint32_t lldb_private::AppleObjCTrampolineHandler::AppleObjCVTables::VTableDescriptor::flags

Definition at line 81 of file AppleObjCTrampolineHandler.h.

Referenced by VTableDescriptor().


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