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

References

tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1943   unwind_plan.Clear();
 1944   unwind_plan.SetRegisterKind(eRegisterKindDWARF);
 1954   unwind_plan.AppendRow(row);
 1955   unwind_plan.SetReturnAddressRegister(lr_reg_num);
 1959   unwind_plan.SetSourceName("arm64 at-func-entry default");
 1960   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1961   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1962   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);