Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h187 AddrRange GetRemoteRangeForLocal(lldb::addr_t local_address);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp136 func_range = GetRemoteRangeForLocal(func_local_addr); in DisassembleFunction()
451 GetRemoteRangeForLocal(jitted_function.m_local_addr); in GetRunnableInfo()
1024 IRExecutionUnit::GetRemoteRangeForLocal(lldb::addr_t local_address) { in GetRemoteRangeForLocal() function in IRExecutionUnit