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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp385 UnwindPlanSP eh_frame_sp = GetEHFrameUnwindPlan(target); local
386 if (!eh_frame_sp)
387 eh_frame_sp = GetDebugFrameUnwindPlan(target);
388 if (!eh_frame_sp)
389 eh_frame_sp = GetObjectFileUnwindPlan(target);
414 thread, eh_frame_sp, arch_default_at_entry_sp) == eLazyBoolNo &&
416 thread, eh_frame_sp, arch_default_sp) == eLazyBoolNo &&
419 return eh_frame_sp;

Completed in 108 milliseconds