Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h187 AddrRange GetRemoteRangeForLocal(lldb::addr_t local_address);
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp136 func_range = GetRemoteRangeForLocal(func_local_addr); in DisassembleFunction()
450 GetRemoteRangeForLocal(jitted_function.m_local_addr); in GetRunnableInfo()
1023 IRExecutionUnit::GetRemoteRangeForLocal(lldb::addr_t local_address) { in GetRemoteRangeForLocal() function in IRExecutionUnit