Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h174 lldb::addr_t GetRemoteAddressForLocal(lldb::addr_t local_address);
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp366 lldb::addr_t remote_addr = GetRemoteAddressForLocal(var_ptr_addr); in GetRunnableInfo()
419 GetRemoteAddressForLocal(jitted_function.m_local_addr); in GetRunnableInfo()
1066 IRExecutionUnit::GetRemoteAddressForLocal(lldb::addr_t local_address) { in GetRemoteAddressForLocal() function in IRExecutionUnit