Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h117 lldb::addr_t m_local_addr; ///< The address of the function in LLDB's memory member
138 : m_name(name), m_local_addr(local_addr), m_remote_addr(remote_addr) {} in m_name()
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp113 func_local_addr = function.m_local_addr; in DisassembleFunction()
419 GetRemoteAddressForLocal(jitted_function.m_local_addr); in GetRunnableInfo()
423 GetRemoteRangeForLocal(jitted_function.m_local_addr); in GetRunnableInfo()