Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp107 if (m_unwind_plan_object_file_sp.get() || in GetObjectFileUnwindPlan()
109 return m_unwind_plan_object_file_sp; in GetObjectFileUnwindPlan()
115 m_unwind_plan_object_file_sp = in GetObjectFileUnwindPlan()
118 *m_unwind_plan_object_file_sp)) in GetObjectFileUnwindPlan()
119 m_unwind_plan_object_file_sp.reset(); in GetObjectFileUnwindPlan()
122 return m_unwind_plan_object_file_sp; in GetObjectFileUnwindPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h121 lldb::UnwindPlanSP m_unwind_plan_object_file_sp; variable