Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFuncUnwinders.cpp63 if (UnwindPlanSP plan_sp = GetDebugFrameUnwindPlan(target, current_offset)) in GetUnwindPlanAtCallSite()
123 UnwindPlanSP FuncUnwinders::GetDebugFrameUnwindPlan(Target &target, in GetDebugFrameUnwindPlan() function in FuncUnwinders
231 GetDebugFrameUnwindPlan(target, current_offset); in GetDebugFrameAugmentedUnwindPlan()
314 eh_frame_sp = GetDebugFrameUnwindPlan(target, current_offset); in GetUnwindPlanAtNonCallSite()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h93 lldb::UnwindPlanSP GetDebugFrameUnwindPlan(Target &target,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp3561 func_unwinders_sp->GetDebugFrameUnwindPlan(*target, 0)) { in DoExecute()