HomeSort by relevance Sort by last modified time
    Searched refs:m_remote_addr (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 414 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/
IRExecutionUnit.cpp 121 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 31 milliseconds