Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.h20 size_t GetRedZoneSize() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.h21 size_t GetRedZoneSize() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h21 size_t GetRedZoneSize() const override;
H A DABIMacOSX_i386.cpp705 size_t ABIMacOSX_i386::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABIMacOSX_i386
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.h20 size_t GetRedZoneSize() const override;
H A DABISysV_arm.cpp1319 size_t ABISysV_arm::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_arm
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.h20 size_t GetRedZoneSize() const override { in GetRedZoneSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.h20 size_t GetRedZoneSize() const override;
H A DABISysV_mips.cpp551 size_t ABISysV_mips::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_mips
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.h20 size_t GetRedZoneSize() const override;
H A DABISysV_ppc.cpp215 size_t ABISysV_ppc::GetRedZoneSize() const { return 224; } in GetRedZoneSize() function in ABISysV_ppc
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h20 size_t GetRedZoneSize() const override;
H A DABIMacOSX_arm.cpp1318 size_t ABIMacOSX_arm::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABIMacOSX_arm
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.h20 size_t GetRedZoneSize() const override;
H A DABISysV_mips64.cpp551 size_t ABISysV_mips64::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_mips64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.h20 size_t GetRedZoneSize() const override;
H A DABISysV_ppc64.cpp62 size_t ABISysV_ppc64::GetRedZoneSize() const { return 224; } in GetRedZoneSize() function in ABISysV_ppc64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h20 size_t GetRedZoneSize() const override;
H A DABISysV_x86_64.cpp1086 size_t ABISysV_x86_64::GetRedZoneSize() const { return 128; } in GetRedZoneSize() function in ABISysV_x86_64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.h20 size_t GetRedZoneSize() const override;
H A DABISysV_s390x.cpp197 size_t ABISysV_s390x::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_s390x
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h21 size_t GetRedZoneSize() const override;
H A DABISysV_hexagon.cpp1011 size_t ABISysV_hexagon::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_hexagon
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DABI.h43 virtual size_t GetRedZoneSize() const = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp54 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize(); in ConstructorSetup()

12