Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp57 m_fast_unwind_plan_sp(), m_full_unwind_plan_sp(), in RegisterContextUnwind()
201 m_full_unwind_plan_sp = GetFullUnwindPlanForFrame(); in InitializeZerothFrame()
205 if (m_full_unwind_plan_sp && in InitializeZerothFrame()
206 m_full_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in InitializeZerothFrame()
208 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()
209 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeZerothFrame()
212 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, in InitializeZerothFrame()
259 m_full_unwind_plan_sp->GetSourceName().GetCString()); in InitializeZerothFrame()
368 m_full_unwind_plan_sp = in InitializeNonZerothFrame()
370 abi->CreateDefaultUnwindPlan(*m_full_unwind_plan_sp); in InitializeNonZerothFrame()
[all …]
/external/llvm-project/lldb/include/lldb/Target/
DRegisterContextUnwind.h215 lldb::UnwindPlanSP m_full_unwind_plan_sp; variable