Home
last modified time | relevance | path

Searched defs:GetRedZoneSize (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABISysV_i386.h19 size_t GetRedZoneSize() const override { in GetRedZoneSize() function
DABIMacOSX_i386.cpp46 size_t ABIMacOSX_i386::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABIMacOSX_i386
DABISysV_x86_64.cpp65 size_t ABISysV_x86_64::GetRedZoneSize() const { return 128; } in GetRedZoneSize() function in ABISysV_x86_64
DABIWindows_x86_64.cpp107 size_t ABIWindows_x86_64::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABIWindows_x86_64
/external/llvm-project/lldb/source/Plugins/ABI/Hexagon/
DABISysV_hexagon.cpp997 size_t ABISysV_hexagon::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_hexagon
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABIMacOSX_arm.cpp1302 size_t ABIMacOSX_arm::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABIMacOSX_arm
DABISysV_arm.cpp1305 size_t ABISysV_arm::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_arm
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/
DABISysV_arm64.cpp41 size_t ABISysV_arm64::GetRedZoneSize() const { return 128; } in GetRedZoneSize() function in ABISysV_arm64
DABIMacOSX_arm64.cpp38 size_t ABIMacOSX_arm64::GetRedZoneSize() const { return 128; } in GetRedZoneSize() function in ABIMacOSX_arm64
/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips.cpp552 size_t ABISysV_mips::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_mips
DABISysV_mips64.cpp552 size_t ABISysV_mips64::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_mips64
/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/
DABISysV_s390x.cpp183 size_t ABISysV_s390x::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_s390x
/external/llvm-project/lldb/source/Plugins/ABI/ARC/
DABISysV_arc.cpp144 size_t ABISysV_arc::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_arc
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp216 size_t ABISysV_ppc::GetRedZoneSize() const { return 224; } in GetRedZoneSize() function in ABISysV_ppc
DABISysV_ppc64.cpp63 size_t ABISysV_ppc64::GetRedZoneSize() const { return 224; } in GetRedZoneSize() function in ABISysV_ppc64