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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14498   unwind_plan.Clear();
14499   unwind_plan.SetRegisterKind(eRegisterKindDWARF);
14506   unwind_plan.AppendRow(row);
14507   unwind_plan.SetSourceName("EmulateInstructionARM");
14508   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
14509   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes);
14510   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
14511   unwind_plan.SetReturnAddressRegister(dwarf_lr);