Lines Matching defs:eh_frame
635 // eh_frame section of an ObjectFile for the first time.)
865 // LC_FUNCTION_STARTS or eh_frame in ObjectFileMachO). See if eh_frame or the
875 // Even with -fomit-frame-pointer, we can try eh_frame to get back on
877 DWARFCallFrameInfo *eh_frame =
879 if (eh_frame) {
881 if (eh_frame->GetUnwindPlan(m_current_pc, *unwind_plan_sp))
916 // substitute plan. Otherwise, use eh_frame.
938 // Ask the DynamicLoader if the eh_frame CFI should be trusted in this frame
940 // in a Module and hand-written eh_frame. The assembly instruction
941 // inspection may fail and the eh_frame CFI were probably written with some
943 // eh_frame directly if it is asynchronous (can be trusted at every
950 // return an unwind plan sourced from either eh_frame (that's what we
975 // We set the eh_frame based unwind plan as our fallback unwind plan if
978 // not available. The eh_frame unwind plan is more reliable even on non
1018 // Typically this is unwind info from an eh_frame section intended for
1043 // set the eh_frame based unwind plan as our fallback unwind plan if
1046 // available. The eh_frame unwind plan is more reliable even on non call