LLDB mainline
|
#include <IRExecutionUnit.h>
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. | |
Definition at line 149 of file IRExecutionUnit.h.
|
inline |
Definition at line 150 of file IRExecutionUnit.h.