Searched refs:m_unwind_plan_eh_frame_augmented_sp (Results 1 – 2 of 2) sorted by relevance
39 m_unwind_plan_eh_frame_augmented_sp(), m_unwind_plan_compact_unwind(), in FuncUnwinders()248 if (m_unwind_plan_eh_frame_augmented_sp.get() || in GetEHFrameAugmentedUnwindPlan()250 return m_unwind_plan_eh_frame_augmented_sp; in GetEHFrameAugmentedUnwindPlan()259 return m_unwind_plan_eh_frame_augmented_sp; in GetEHFrameAugmentedUnwindPlan()266 return m_unwind_plan_eh_frame_augmented_sp; in GetEHFrameAugmentedUnwindPlan()268 m_unwind_plan_eh_frame_augmented_sp = in GetEHFrameAugmentedUnwindPlan()277 m_range, thread, *m_unwind_plan_eh_frame_augmented_sp)) { in GetEHFrameAugmentedUnwindPlan()278 m_unwind_plan_eh_frame_augmented_sp.reset(); in GetEHFrameAugmentedUnwindPlan()281 m_unwind_plan_eh_frame_augmented_sp.reset(); in GetEHFrameAugmentedUnwindPlan()283 return m_unwind_plan_eh_frame_augmented_sp; in GetEHFrameAugmentedUnwindPlan()
127 lldb::UnwindPlanSP m_unwind_plan_eh_frame_augmented_sp; variable