Searched refs:unwind_plan_sp (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp87 lldb::UnwindPlanSP unwind_plan_sp) {
88 if (!unwind_plan_sp)
92 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {
104 if (unwind_plan_sp->PlanValidAtAddress(pc_minus_one)) {
754 UnwindPlanSP unwind_plan_sp; local
759 return unwind_plan_sp;
762 return unwind_plan_sp;
768 return unwind_plan_sp;
773 return unwind_plan_sp;
775 unwind_plan_sp
86 IsUnwindPlanValidForCurrentPC( lldb::UnwindPlanSP unwind_plan_sp) argument
798 UnwindPlanSP unwind_plan_sp; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp93 UnwindPlanSP unwind_plan_sp(new UnwindPlan(lldb::eRegisterKindGeneric));
94 if (compact_unwind->GetUnwindPlan(target, current_pc, *unwind_plan_sp)) {
95 m_unwind_plan_compact_unwind.push_back(unwind_plan_sp);
533 UnwindPlanSP unwind_plan_sp = GetEHFrameUnwindPlan(target); local
534 if (unwind_plan_sp.get() == nullptr) {
535 unwind_plan_sp = GetCompactUnwindUnwindPlan(target);
537 if (unwind_plan_sp.get() == nullptr) {
538 unwind_plan_sp = GetObjectFileUnwindPlan(target);
540 if (unwind_plan_sp.get() && unwind_plan_sp
549 UnwindPlanSP unwind_plan_sp = GetEHFrameUnwindPlan(target); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h206 bool IsUnwindPlanValidForCurrentPC(lldb::UnwindPlanSP unwind_plan_sp);

Completed in 77 milliseconds