mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
4c15f17dcf
This commit introduces a `Kind` for arguments described in `FunctionType::Layout`. We nowe basically have three types of arguments: * Scalar: a regular scarlar argument; * ReferenceToAggregate: a reference to an aggregete argument on the stack; * ShadowPointerToAggregateReturnValue: a pointer to the storage for the (aggregate) return value allocated by the caller;