Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp684 uint64_t ret_insn_offset = LLDB_INVALID_ADDRESS; in get_non_call_site_unwind_plan() local
697 ret_insn_offset = m_func_bounds.GetByteSize() - 1; in get_non_call_site_unwind_plan()
701 ret_insn_offset = m_func_bounds.GetByteSize() - 6; in get_non_call_site_unwind_plan()
713 ret_insn_offset = m_func_bounds.GetByteSize() - 1; in get_non_call_site_unwind_plan()
718 if (ret_insn_offset != LLDB_INVALID_ADDRESS) in get_non_call_site_unwind_plan()
725 epi_row->SetOffset (ret_insn_offset); in get_non_call_site_unwind_plan()