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.cpp385 UnwindPlanSP eh_frame_sp = GetEHFrameUnwindPlan(target); in GetUnwindPlanAtNonCallSite() local
386 if (!eh_frame_sp) in GetUnwindPlanAtNonCallSite()
387 eh_frame_sp = GetDebugFrameUnwindPlan(target); in GetUnwindPlanAtNonCallSite()
388 if (!eh_frame_sp) in GetUnwindPlanAtNonCallSite()
389 eh_frame_sp = GetObjectFileUnwindPlan(target); in GetUnwindPlanAtNonCallSite()
414 thread, eh_frame_sp, arch_default_at_entry_sp) == eLazyBoolNo && in GetUnwindPlanAtNonCallSite()
416 thread, eh_frame_sp, arch_default_sp) == eLazyBoolNo && in GetUnwindPlanAtNonCallSite()
419 return eh_frame_sp; in GetUnwindPlanAtNonCallSite()