reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  892   unwind_plan.Clear();
  893   unwind_plan.SetRegisterKind(eRegisterKindDWARF);
  906   unwind_plan.AppendRow(row);
  907   unwind_plan.SetSourceName("ppc default unwind plan");
  908   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  909   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  910   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
  911   unwind_plan.SetReturnAddressRegister(dwarf_lr);