Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp380 std::shared_ptr<const UnwindPlan> eh_frame_sp = GetEHFrameUnwindPlan(target); in GetUnwindPlanAtNonCallSite() local
381 if (!eh_frame_sp) in GetUnwindPlanAtNonCallSite()
382 eh_frame_sp = GetDebugFrameUnwindPlan(target); in GetUnwindPlanAtNonCallSite()
383 if (!eh_frame_sp) in GetUnwindPlanAtNonCallSite()
384 eh_frame_sp = GetObjectFileUnwindPlan(target); in GetUnwindPlanAtNonCallSite()
411 thread, eh_frame_sp, arch_default_at_entry_sp) == eLazyBoolNo && in GetUnwindPlanAtNonCallSite()
413 thread, eh_frame_sp, arch_default_sp) == eLazyBoolNo && in GetUnwindPlanAtNonCallSite()
416 return eh_frame_sp; in GetUnwindPlanAtNonCallSite()