Lines Matching defs:unwind_plan
1198 bool ABISysV_hexagon::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) {
1199 unwind_plan.Clear();
1200 unwind_plan.SetRegisterKind(eRegisterKindGeneric);
1201 unwind_plan.SetReturnAddressRegister(LLDB_REGNUM_GENERIC_RA);
1212 unwind_plan.AppendRow(row);
1214 unwind_plan.SetSourceName("hexagon at-func-entry default");
1215 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
1219 bool ABISysV_hexagon::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) {
1220 unwind_plan.Clear();
1221 unwind_plan.SetRegisterKind(eRegisterKindGeneric);
1236 unwind_plan.AppendRow(row);
1237 unwind_plan.SetSourceName("hexagon default unwind plan");
1238 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
1239 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
1240 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);