Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DFuncUnwinders.cpp289 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()
/external/llvm-project/lldb/include/lldb/Symbol/
DFuncUnwinders.h128 lldb::UnwindPlanSP m_unwind_plan_debug_frame_augmented_sp; variable