Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp721 UnwindPlan::RowSP epi_row(new UnwindPlan::Row); in get_non_call_site_unwind_plan() local
725 epi_row->SetOffset (ret_insn_offset); in get_non_call_site_unwind_plan()
726 epi_row->SetCFARegister (m_lldb_sp_regnum); in get_non_call_site_unwind_plan()
727 epi_row->SetCFAOffset (m_wordsize); in get_non_call_site_unwind_plan()
731 epi_row->SetRegisterInfo (m_lldb_sp_regnum, epi_regloc); in get_non_call_site_unwind_plan()
735 epi_row->SetRegisterInfo (m_lldb_ip_regnum, epi_regloc); in get_non_call_site_unwind_plan()
737 unwind_plan.AppendRow (epi_row); in get_non_call_site_unwind_plan()