Lines Matching defs:unwind_plan
394 bool ABISysV_arm64::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) {
395 unwind_plan.Clear();
396 unwind_plan.SetRegisterKind(eRegisterKindDWARF);
406 unwind_plan.AppendRow(row);
407 unwind_plan.SetReturnAddressRegister(lr_reg_num);
411 unwind_plan.SetSourceName("arm64 at-func-entry default");
412 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
413 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
414 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
419 bool ABISysV_arm64::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) {
420 unwind_plan.Clear();
421 unwind_plan.SetRegisterKind(eRegisterKindDWARF);
436 unwind_plan.AppendRow(row);
437 unwind_plan.SetSourceName("arm64 default unwind plan");
438 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
439 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
440 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);