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

References

tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
  126   unwind_plan.Clear();
  127   unwind_plan.SetRegisterKind(eRegisterKindLLDB);
  134   unwind_plan.AppendRow(row);
  135   unwind_plan.SetSourceName("EmulateInstructionPPC64");
  136   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  137   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes);
  138   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
  139   unwind_plan.SetReturnAddressRegister(gpr_lr_ppc64le);