Home
last modified time | relevance | path

Searched refs:GetUnwindPlan (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDFuncUnwinders.cpp95 if (compact_unwind->GetUnwindPlan (target, current_pc, *unwind_plan_sp)) in GetCompactUnwindUnwindPlan()
122 if (!eh_frame->GetUnwindPlan (current_pc, *m_unwind_plan_eh_frame_sp)) in GetEHFrameUnwindPlan()
HDDWARFCallFrameInfo.cpp51 DWARFCallFrameInfo::GetUnwindPlan (Address addr, UnwindPlan& unwind_plan) in GetUnwindPlan() function in DWARFCallFrameInfo
HDCompactUnwindInfo.cpp157 CompactUnwindInfo::GetUnwindPlan (Target &target, Address addr, UnwindPlan& unwind_plan) in GetUnwindPlan() function in CompactUnwindInfo
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDDWARFCallFrameInfo.h55 GetUnwindPlan (Address addr, UnwindPlan& unwind_plan);
HDCompactUnwindInfo.h47 GetUnwindPlan (Target &target, Address addr, UnwindPlan& unwind_plan);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp808 if (eh_frame->GetUnwindPlan (m_current_pc, *unwind_plan_sp)) in GetFullUnwindPlanForFrame()