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

/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h413 lldb::addr_t m_local_addr; ///< The address of the function in LLDB's memory member in struct:lldb_private::IRExecutionUnit::JittedFunction
436 m_local_addr (local_addr),
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp120 func_local_addr = function.m_local_addr;
371 jitted_function.m_remote_addr = GetRemoteAddressForLocal (jitted_function.m_local_addr);
375 AddrRange func_range = GetRemoteRangeForLocal(jitted_function.m_local_addr);

Completed in 64 milliseconds