Searched refs:m_unwind_plan_debug_frame_augmented_sp (Results 1 – 2 of 2) sorted by relevance
289 if (m_unwind_plan_debug_frame_augmented_sp.get() || in GetDebugFrameAugmentedUnwindPlan()291 return m_unwind_plan_debug_frame_augmented_sp; in GetDebugFrameAugmentedUnwindPlan()300 return m_unwind_plan_debug_frame_augmented_sp; in GetDebugFrameAugmentedUnwindPlan()307 return m_unwind_plan_debug_frame_augmented_sp; in GetDebugFrameAugmentedUnwindPlan()309 m_unwind_plan_debug_frame_augmented_sp = in GetDebugFrameAugmentedUnwindPlan()319 m_range, thread, *m_unwind_plan_debug_frame_augmented_sp)) { in GetDebugFrameAugmentedUnwindPlan()320 m_unwind_plan_debug_frame_augmented_sp.reset(); in GetDebugFrameAugmentedUnwindPlan()323 m_unwind_plan_debug_frame_augmented_sp.reset(); in GetDebugFrameAugmentedUnwindPlan()324 return m_unwind_plan_debug_frame_augmented_sp; in GetDebugFrameAugmentedUnwindPlan()
128 lldb::UnwindPlanSP m_unwind_plan_debug_frame_augmented_sp; variable