Home
last modified time | relevance | path

Searched refs:PlanValidAtAddress (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp90 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in IsUnwindPlanValidForCurrentPC()
102 if (unwind_plan_sp->PlanValidAtAddress(pc_minus_one)) { in IsUnwindPlanValidForCurrentPC()
244 m_full_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in InitializeZerothFrame()
624 m_fast_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in InitializeNonZerothFrame()
764 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in GetFastUnwindPlanForFrame()
918 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc) && in GetFullUnwindPlanForFrame()
943 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in GetFullUnwindPlanForFrame()
956 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in GetFullUnwindPlanForFrame()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h460 bool PlanValidAtAddress(Address addr);
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DUnwindPlan.cpp436 bool UnwindPlan::PlanValidAtAddress(Address addr) { in PlanValidAtAddress() function in UnwindPlan