Home
last modified time | relevance | path

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

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