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

References

tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  471   unwind_plan.Clear();
  472   unwind_plan.SetRegisterKind(eRegisterKindLLDB);
  479   unwind_plan.AppendRow(row);
  480   unwind_plan.SetSourceName("EmulateInstructionARM64");
  481   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  482   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes);
  483   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
  484   unwind_plan.SetReturnAddressRegister(gpr_lr_arm64);