Home
last modified time | relevance | path

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

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