Lines Matching defs:unwind_plan
155 UnwindPlan &unwind_plan) {
156 return GetUnwindPlan(AddressRange(addr, 1), unwind_plan);
160 UnwindPlan &unwind_plan) {
172 return FDEToUnwindPlan(entry->data, addr, unwind_plan);
527 UnwindPlan &unwind_plan) {
554 unwind_plan.SetSourceName("eh_frame CFI");
556 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
558 unwind_plan.SetSourceName("DWARF CFI");
564 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
566 unwind_plan.SetSourcedFromCompiler(eLazyBoolYes);
604 unwind_plan.SetUnwindPlanForSignalTrap(
619 unwind_plan.SetLSDAAddress(lsda_data);
620 unwind_plan.SetPersonalityFunctionPtr(personality_function_ptr);
626 unwind_plan.SetPlanValidAddressRange(range);
631 unwind_plan.SetRegisterKind(GetRegisterKind());
632 unwind_plan.SetReturnAddressRegister(cie->return_addr_reg_num);
653 unwind_plan.AppendRow(row);
672 if (unwind_plan.IsValidRowIndex(0) &&
673 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num,
693 unwind_plan.AppendRow(row);
707 unwind_plan.AppendRow(row);
720 unwind_plan.AppendRow(row);
733 unwind_plan.AppendRow(row);
747 if (unwind_plan.IsValidRowIndex(0) &&
748 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num,
815 unwind_plan.AppendRow(row);