Searched refs:m_unwind_plan_object_file_augmented_sp (Results 1 – 2 of 2) sorted by relevance
217 if (m_unwind_plan_object_file_augmented_sp.get() || in GetObjectFileAugmentedUnwindPlan()219 return m_unwind_plan_object_file_augmented_sp; in GetObjectFileAugmentedUnwindPlan()225 return m_unwind_plan_object_file_augmented_sp; in GetObjectFileAugmentedUnwindPlan()227 m_unwind_plan_object_file_augmented_sp = in GetObjectFileAugmentedUnwindPlan()236 m_range, thread, *m_unwind_plan_object_file_augmented_sp)) { in GetObjectFileAugmentedUnwindPlan()237 m_unwind_plan_object_file_augmented_sp.reset(); in GetObjectFileAugmentedUnwindPlan()240 m_unwind_plan_object_file_augmented_sp.reset(); in GetObjectFileAugmentedUnwindPlan()242 return m_unwind_plan_object_file_augmented_sp; in GetObjectFileAugmentedUnwindPlan()
126 lldb::UnwindPlanSP m_unwind_plan_object_file_augmented_sp; variable