Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h174 lldb::addr_t GetRemoteAddressForLocal(lldb::addr_t local_address);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp392 lldb::addr_t remote_addr = GetRemoteAddressForLocal(var_ptr_addr); in GetRunnableInfo()
447 GetRemoteAddressForLocal(jitted_function.m_local_addr); in GetRunnableInfo()
995 IRExecutionUnit::GetRemoteAddressForLocal(lldb::addr_t local_address) { in GetRemoteAddressForLocal() function in IRExecutionUnit