Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp39 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h127 lldb::UnwindPlanSP m_unwind_plan_eh_frame_augmented_sp; variable