Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFuncUnwinders.cpp64 if (UnwindPlanSP plan_sp = GetObjectFileUnwindPlan(target)) in GetUnwindPlanAtCallSite()
105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) { in GetObjectFileUnwindPlan() function in FuncUnwinders
223 UnwindPlanSP object_file_unwind_plan = GetObjectFileUnwindPlan(target); in GetObjectFileAugmentedUnwindPlan()
389 eh_frame_sp = GetObjectFileUnwindPlan(target); in GetUnwindPlanAtNonCallSite()
538 unwind_plan_sp = GetObjectFileUnwindPlan(target); in GetLSDAAddress()
554 unwind_plan_sp = GetObjectFileUnwindPlan(target); in GetPersonalityRoutinePtrAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h79 lldb::UnwindPlanSP GetObjectFileUnwindPlan(Target &target);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp917 func_unwinders_sp->GetObjectFileUnwindPlan(process->GetTarget()); in GetFullUnwindPlanForFrame()
942 func_unwinders_sp->GetObjectFileUnwindPlan(process->GetTarget()); in GetFullUnwindPlanForFrame()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp3464 func_unwinders_sp->GetObjectFileUnwindPlan(*target); in DoExecute()