Searched refs:m_remote_addr (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h414 lldb::addr_t m_remote_addr; ///< The address of the function in the target's memory member in struct:lldb_private::IRExecutionUnit::JittedFunction
437 m_remote_addr (remote_addr)
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp121 func_remote_addr = function.m_remote_addr;
371 jitted_function.m_remote_addr = GetRemoteAddressForLocal (jitted_function.m_local_addr);
377 m_function_load_addr = jitted_function.m_remote_addr;

Completed in 553 milliseconds