Searched refs:GetObjectFileUnwindPlan (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp64 if (UnwindPlanSP plan_sp = GetObjectFileUnwindPlan(target))
105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) { function in class:FuncUnwinders
223 UnwindPlanSP object_file_unwind_plan = GetObjectFileUnwindPlan(target);
389 eh_frame_sp = GetObjectFileUnwindPlan(target);
538 unwind_plan_sp = GetObjectFileUnwindPlan(target);
554 unwind_plan_sp = GetObjectFileUnwindPlan(target);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h79 lldb::UnwindPlanSP GetObjectFileUnwindPlan(Target &target);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp812 func_unwinders_sp->GetObjectFileUnwindPlan(process->GetTarget());
837 func_unwinders_sp->GetObjectFileUnwindPlan(process->GetTarget());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3450 func_unwinders_sp->GetObjectFileUnwindPlan(*target);

Completed in 136 milliseconds