Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp68 if (UnwindPlanSP plan_sp = GetDebugFrameUnwindPlan(target)) in GetUnwindPlanAtCallSite()
143 UnwindPlanSP FuncUnwinders::GetDebugFrameUnwindPlan(Target &target) { in GetDebugFrameUnwindPlan() function in FuncUnwinders
305 UnwindPlanSP debug_frame_plan = GetDebugFrameUnwindPlan(target); in GetDebugFrameAugmentedUnwindPlan()
387 eh_frame_sp = GetDebugFrameUnwindPlan(target); in GetUnwindPlanAtNonCallSite()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h89 lldb::UnwindPlanSP GetDebugFrameUnwindPlan(Target &target);
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3710 func_unwinders_sp->GetDebugFrameUnwindPlan(*target)) { in DoExecute()