/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.h | 20 size_t GetRedZoneSize() const override;
|
H A D | ABISysV_arm64.h | 19 size_t GetRedZoneSize() const override;
|
H A D | ABIMacOSX_arm64.cpp | 40 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 D | ABIMacOSX_i386.h | 20 size_t GetRedZoneSize() const override;
|
H A D | ABISysV_i386.h | 19 size_t GetRedZoneSize() const override { in GetRedZoneSize() function
|
H A D | ABISysV_x86_64.h | 18 size_t GetRedZoneSize() const override;
|
H A D | ABIWindows_x86_64.h | 18 size_t GetRedZoneSize() const override;
|
H A D | ABIMacOSX_i386.cpp | 47 size_t ABIMacOSX_i386::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABIMacOSX_i386
|
H A D | ABIWindows_x86_64.cpp | 109 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 D | ABIMacOSX_arm.h | 19 size_t GetRedZoneSize() const override;
|
H A D | ABISysV_arm.h | 19 size_t GetRedZoneSize() const override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/ |
H A D | ABISysV_msp430.h | 20 size_t GetRedZoneSize() const override;
|
H A D | ABISysV_msp430.cpp | 262 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 D | ABISysV_ppc.h | 19 size_t GetRedZoneSize() const override;
|
H A D | ABISysV_ppc64.h | 19 size_t GetRedZoneSize() const override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.h | 19 size_t GetRedZoneSize() const override;
|
H A D | ABISysV_mips64.h | 19 size_t GetRedZoneSize() const override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.h | 19 size_t GetRedZoneSize() const override;
|
H A D | ABISysV_s390x.cpp | 184 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 D | ABISysV_hexagon.h | 20 size_t GetRedZoneSize() const override;
|
H A D | ABISysV_hexagon.cpp | 998 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 D | ABISysV_arc.h | 23 size_t GetRedZoneSize() const override;
|
H A D | ABISysV_arc.cpp | 144 size_t ABISysV_arc::GetRedZoneSize() const { return 0; } in GetRedZoneSize() function in ABISysV_arc
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ABI.h | 43 virtual size_t GetRedZoneSize() const = 0;
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanCallFunction.cpp | 54 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize(); in ConstructorSetup()
|