LLDB mainline
lldb_private::AppleObjCTrampolineHandler::DispatchFunction Struct Reference

#include <AppleObjCTrampolineHandler.h>

Public Attributes

const char * name = nullptr
bool stret_return = false
bool is_super = false
bool is_super2 = false
bool might_be_reexport = false

Detailed Description

Definition at line 37 of file AppleObjCTrampolineHandler.h.

Member Data Documentation

◆ is_super

bool lldb_private::AppleObjCTrampolineHandler::DispatchFunction::is_super = false

◆ is_super2

bool lldb_private::AppleObjCTrampolineHandler::DispatchFunction::is_super2 = false

◆ might_be_reexport

bool lldb_private::AppleObjCTrampolineHandler::DispatchFunction::might_be_reexport = false

◆ name

const char* lldb_private::AppleObjCTrampolineHandler::DispatchFunction::name = nullptr

◆ stret_return

bool lldb_private::AppleObjCTrampolineHandler::DispatchFunction::stret_return = false

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