Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h86 lldb::UnwindPlanSP GetEHFrameAugmentedUnwindPlan(Target &target,
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFuncUnwinders.cpp245 UnwindPlanSP FuncUnwinders::GetEHFrameAugmentedUnwindPlan(Target &target, in GetEHFrameAugmentedUnwindPlan() function in FuncUnwinders
426 if (UnwindPlanSP plan_sp = GetEHFrameAugmentedUnwindPlan(target, thread)) in GetUnwindPlanAtNonCallSite()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp3491 func_unwinders_sp->GetEHFrameAugmentedUnwindPlan(*target, *thread); in DoExecute()