Searched defs:GetRedZoneSize (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1010 size_t ABISysV_hexagon::GetRedZoneSize() const { return 0; } function in class:ABISysV_hexagon
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1661 size_t ABISysV_arm64::GetRedZoneSize() const { return 128; } function in class:ABISysV_arm64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1658 size_t ABIMacOSX_arm64::GetRedZoneSize() const { return 128; } function in class:ABIMacOSX_arm64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1318 size_t ABISysV_arm::GetRedZoneSize() const { return 0; } function in class:ABISysV_arm
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp704 size_t ABIMacOSX_i386::GetRedZoneSize() const { return 0; } function in class:ABIMacOSX_i386
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1317 size_t ABIMacOSX_arm::GetRedZoneSize() const { return 0; } function in class:ABIMacOSX_arm
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1085 size_t ABIWindows_x86_64::GetRedZoneSize() const { return 0; } function in class:ABIWindows_x86_64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp196 size_t ABISysV_s390x::GetRedZoneSize() const { return 0; } function in class:ABISysV_s390x
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp550 size_t ABISysV_mips::GetRedZoneSize() const { return 0; } function in class:ABISysV_mips
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp142 size_t ABISysV_arc::GetRedZoneSize() const { return 0; } function in class:ABISysV_arc
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp61 size_t ABISysV_ppc64::GetRedZoneSize() const { return 224; } function in class:ABISysV_ppc64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp550 size_t ABISysV_mips64::GetRedZoneSize() const { return 0; } function in class:ABISysV_mips64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp217 size_t ABISysV_x86_64::GetRedZoneSize() const { return 128; } function in class:ABISysV_x86_64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp214 size_t ABISysV_ppc::GetRedZoneSize() const { return 224; } function in class:ABISysV_ppc

Completed in 97 milliseconds