Searched refs:m_unwind_plan_debug_frame_sp (Results 1 – 2 of 2) sorted by relevance
145 if (m_unwind_plan_debug_frame_sp || m_tried_unwind_plan_debug_frame) in GetDebugFrameUnwindPlan()146 return m_unwind_plan_debug_frame_sp; in GetDebugFrameUnwindPlan()152 m_unwind_plan_debug_frame_sp = in GetDebugFrameUnwindPlan()154 if (!debug_frame->GetUnwindPlan(m_range, *m_unwind_plan_debug_frame_sp)) in GetDebugFrameUnwindPlan()155 m_unwind_plan_debug_frame_sp.reset(); in GetDebugFrameUnwindPlan()158 return m_unwind_plan_debug_frame_sp; in GetDebugFrameUnwindPlan()
123 lldb::UnwindPlanSP m_unwind_plan_debug_frame_sp; variable