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

References

tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
  918   unwind_plan.Clear();
  932   unwind_plan.SetPlanValidAddressRange(func_range);
  933   unwind_plan.SetRegisterKind(eRegisterKindLLDB);
  949   unwind_plan.AppendRow(row);
 1295         unwind_plan.AppendRow(row);
 1328   unwind_plan.SetSourceName("assembly insn profiling");
 1329   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1330   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes);
 1331   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);