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

  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 413 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/
IRExecutionUnit.cpp 120 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 34 milliseconds