Searched refs:eh_frame_sp (Results 1 – 1 of 1) sorted by relevance
380 std::shared_ptr<const UnwindPlan> eh_frame_sp = GetEHFrameUnwindPlan(target); in GetUnwindPlanAtNonCallSite() local381 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()