LLDB mainline
Public Attributes | List of all members
lldb_private::CPPLanguageRuntime::LibCppStdFunctionCallableInfo Struct Reference

#include <CPPLanguageRuntime.h>

Public Attributes

Symbol callable_symbol
 
Address callable_address
 
LineEntry callable_line_entry
 
lldb::addr_t member_f_pointer_value = 0u
 
LibCppStdFunctionCallableCase callable_case
 

Detailed Description

Definition at line 31 of file CPPLanguageRuntime.h.

Member Data Documentation

◆ callable_address

Address lldb_private::CPPLanguageRuntime::LibCppStdFunctionCallableInfo::callable_address

◆ callable_case

LibCppStdFunctionCallableCase lldb_private::CPPLanguageRuntime::LibCppStdFunctionCallableInfo::callable_case

◆ callable_line_entry

LineEntry lldb_private::CPPLanguageRuntime::LibCppStdFunctionCallableInfo::callable_line_entry

◆ callable_symbol

Symbol lldb_private::CPPLanguageRuntime::LibCppStdFunctionCallableInfo::callable_symbol

◆ member_f_pointer_value

lldb::addr_t lldb_private::CPPLanguageRuntime::LibCppStdFunctionCallableInfo::member_f_pointer_value = 0u

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