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

Declarations

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  439   void SetPlanValidAddressRange(const AddressRange &range);

References

tools/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
  500   unwind_plan.SetPlanValidAddressRange(AddressRange(
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  513   plan_sp->SetPlanValidAddressRange(
  556   plan_sp->SetPlanValidAddressRange(
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
  932   unwind_plan.SetPlanValidAddressRange(func_range);
 1569   unwind_plan.SetPlanValidAddressRange(func_range);
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  208           unwind_plan.SetPlanValidAddressRange(func_range);
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  627   unwind_plan.SetPlanValidAddressRange(range);
tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
 2230   unwind_plan.SetPlanValidAddressRange(sample_range);
 2317   unwind_plan.SetPlanValidAddressRange(sample_range);
 2395   unwind_plan.SetPlanValidAddressRange(sample_range);