Home
last modified time | relevance | path

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

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