Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h81 lldb::UnwindPlanSP GetObjectFileAugmentedUnwindPlan(Target &target,
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp214 FuncUnwinders::GetObjectFileAugmentedUnwindPlan(Target &target, in GetObjectFileAugmentedUnwindPlan() function in FuncUnwinders
428 if (UnwindPlanSP plan_sp = GetObjectFileAugmentedUnwindPlan(target, thread)) in GetUnwindPlanAtNonCallSite()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3683 func_unwinders_sp->GetObjectFileAugmentedUnwindPlan(*target, *thread); in DoExecute()