Home
last modified time | relevance | path

Searched refs:GetRedZoneSize (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.h20 size_t GetRedZoneSize() const override;
H A DABISysV_arm64.h19 size_t GetRedZoneSize() const override;
H A DABIMacOSX_arm64.cpp40 size_t ABIMacOSX_arm64::GetRedZoneSize() const { return 128; } in GetRedZoneSize() function in ABIMacOSX_arm64
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.h20 size_t GetRedZoneSize() const override;
H A DABISysV_i386.h19 size_t GetRedZoneSize() const override { in GetRedZoneSize() function
H A DABISysV_x86_64.h18 size_t GetRedZoneSize() const override;
H A DABIWindows_x86_64.h18 size_t GetRedZoneSize() const override;
H A DABIMacOSX_i386.cpp47 size_t ABIMacOSX_i386::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABIMacOSX_i386
H A DABIWindows_x86_64.cpp109 size_t ABIWindows_x86_64::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABIWindows_x86_64
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.h19 size_t GetRedZoneSize() const override;
H A DABISysV_arm.h19 size_t GetRedZoneSize() const override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.h20 size_t GetRedZoneSize() const override;
H A DABISysV_msp430.cpp262 size_t ABISysV_msp430::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_msp430
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.h19 size_t GetRedZoneSize() const override;
H A DABISysV_ppc64.h19 size_t GetRedZoneSize() const override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.h19 size_t GetRedZoneSize() const override;
H A DABISysV_mips64.h19 size_t GetRedZoneSize() const override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h19 size_t GetRedZoneSize() const override;
H A DABISysV_s390x.cpp184 size_t ABISysV_s390x::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_s390x
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.h20 size_t GetRedZoneSize() const override;
H A DABISysV_hexagon.cpp998 size_t ABISysV_hexagon::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_hexagon
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h23 size_t GetRedZoneSize() const override;
H A DABISysV_arc.cpp144 size_t ABISysV_arc::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_arc
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h43 virtual size_t GetRedZoneSize() const = 0;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp54 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize(); in ConstructorSetup()

12