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

Overridden By

tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1317 size_t ABIMacOSX_arm::GetRedZoneSize() const { return 0; }
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1658 size_t ABIMacOSX_arm64::GetRedZoneSize() const { return 128; }
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  704 size_t ABIMacOSX_i386::GetRedZoneSize() const { return 0; }
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  142 size_t ABISysV_arc::GetRedZoneSize() const { return 0; }
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1318 size_t ABISysV_arm::GetRedZoneSize() const { return 0; }
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1661 size_t ABISysV_arm64::GetRedZoneSize() const { return 128; }
tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
 1010 size_t ABISysV_hexagon::GetRedZoneSize() const { return 0; }
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.h
   19   size_t GetRedZoneSize() const override {
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  550 size_t ABISysV_mips::GetRedZoneSize() const { return 0; }
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  550 size_t ABISysV_mips64::GetRedZoneSize() const { return 0; }
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  214 size_t ABISysV_ppc::GetRedZoneSize() const { return 224; }
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
   61 size_t ABISysV_ppc64::GetRedZoneSize() const { return 224; }
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  196 size_t ABISysV_s390x::GetRedZoneSize() const { return 0; }
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  217 size_t ABISysV_x86_64::GetRedZoneSize() const { return 128; }
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1085 size_t ABIWindows_x86_64::GetRedZoneSize() const { return 0; }

References

tools/lldb/source/API/SBTarget.cpp
 2366       return abi_sp->GetRedZoneSize();
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
   53   m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize();