Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h187 AddrRange GetRemoteRangeForLocal(lldb::addr_t local_address);
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp132 func_range = GetRemoteRangeForLocal(func_local_addr); in DisassembleFunction()
423 GetRemoteRangeForLocal(jitted_function.m_local_addr); in GetRunnableInfo()
1095 IRExecutionUnit::GetRemoteRangeForLocal(lldb::addr_t local_address) { in GetRemoteRangeForLocal() function in IRExecutionUnit