LLDB mainline
Public Attributes | List of all members
lldb_private::LanguageRuntime::VTableInfo Struct Reference

#include <LanguageRuntime.h>

Public Attributes

Address addr
 
Symbolsymbol
 Address of the vtable's virtual function table.
 

Detailed Description

Definition at line 82 of file LanguageRuntime.h.

Member Data Documentation

◆ addr

Address lldb_private::LanguageRuntime::VTableInfo::addr

◆ symbol

Symbol* lldb_private::LanguageRuntime::VTableInfo::symbol

Address of the vtable's virtual function table.

Definition at line 84 of file LanguageRuntime.h.

Referenced by lldb_private::ItaniumABILanguageRuntime::GetTypeInfo().


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