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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp83 lldb::UnwindPlanSP unwind_plan_sp, int &valid_pc_offset) {
84 if (!unwind_plan_sp)
88 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {
101 if (unwind_plan_sp->PlanValidAtAddress(pc_minus_one)) {
636 UnwindPlanSP unwind_plan_sp; local
641 return unwind_plan_sp;
644 return unwind_plan_sp;
650 return unwind_plan_sp;
655 return unwind_plan_sp;
657 unwind_plan_sp
82 IsUnwindPlanValidForCurrentPC( lldb::UnwindPlanSP unwind_plan_sp, int &valid_pc_offset) argument
687 UnwindPlanSP unwind_plan_sp; local
[all...]
H A DRegisterContextLLDB.h201 bool IsUnwindPlanValidForCurrentPC(lldb::UnwindPlanSP unwind_plan_sp,
/freebsd-11-stable/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...]

Completed in 178 milliseconds