Lines Matching defs:eh_frame
132 DWARFCallFrameInfo *eh_frame = m_unwind_table.GetEHFrameInfo();
133 if (eh_frame) {
136 if (!eh_frame->GetUnwindPlan(m_range, *m_unwind_plan_eh_frame_sp))
252 // Only supported on x86 architectures where we get eh_frame from the
271 // Augment the eh_frame instructions with epilogue descriptions if necessary
406 // standard ABI, and the eh_frame correctly describes that alternate ABI.
411 // ABI way. But we have eh_frame that correctly describes how to unwind from
413 // location from the eh_frame is different from the assembly unwind, the arch
416 // We may have eh_frame that describes the entire function -- or we may have
417 // eh_frame that only describes the unwind after the prologue has executed --