Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
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()
/external/llvm-project/lldb/include/lldb/Symbol/
DFuncUnwinders.h89 lldb::UnwindPlanSP GetDebugFrameUnwindPlan(Target &target);
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp3527 func_unwinders_sp->GetDebugFrameUnwindPlan(*target)) { in DoExecute()