|
infix
A JIT-Powered FFI Library for C
|
Packed struct with size 9, used to test by-value return through forward trampolines. More...
#include <types.h>
Public Attributes | |
| int32_t | a |
| int8_t | b |
| int32_t | c |
Packed struct with size 9, used to test by-value return through forward trampolines.
On AAPCS64, a 9-byte struct is returned in X0 (bytes 0-7) and X1 (byte 8). The epilogue must correctly decompose the store into X0 and X1 parts.
| int32_t PackedABC::a |
| int8_t PackedABC::b |
| int32_t PackedABC::c |