LLDB mainline
lldb_private::IRExecutionUnit::JittedGlobalVariable Struct Reference

#include <IRExecutionUnit.h>

Inheritance diagram for lldb_private::IRExecutionUnit::JittedGlobalVariable:
[legend]

Public Member Functions

 JittedGlobalVariable (const char *name, lldb::addr_t local_addr=LLDB_INVALID_ADDRESS, lldb::addr_t remote_addr=LLDB_INVALID_ADDRESS)
Public Member Functions inherited from lldb_private::IRExecutionUnit::JittedEntity
 JittedEntity (const char *name, lldb::addr_t local_addr=LLDB_INVALID_ADDRESS, lldb::addr_t remote_addr=LLDB_INVALID_ADDRESS)
 Constructor.

Additional Inherited Members

Public Attributes inherited from lldb_private::IRExecutionUnit::JittedEntity
ConstString m_name
 The function's name.
lldb::addr_t m_local_addr
 The address of the function in LLDB's memory.
lldb::addr_t m_remote_addr
 The address of the function in the target's memory.

Detailed Description

Definition at line 150 of file IRExecutionUnit.h.

Constructor & Destructor Documentation

◆ JittedGlobalVariable()

lldb_private::IRExecutionUnit::JittedGlobalVariable::JittedGlobalVariable ( const char * name,
lldb::addr_t local_addr = LLDB_INVALID_ADDRESS,
lldb::addr_t remote_addr = LLDB_INVALID_ADDRESS )
inline

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