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

References

tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  984   unwind_plan.Clear();
  985   unwind_plan.SetRegisterKind(eRegisterKindDWARF);
 1009   unwind_plan.AppendRow(row);
 1010   unwind_plan.SetSourceName("ppc64 default unwind plan");
 1011   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1012   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1013   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
 1014   unwind_plan.SetReturnAddressRegister(pc_reg_num);