Files
revng-revng/lib
Pietro Fezzardi 4c15f17dcf FunctionType::Layout: introduce argument kind
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;
2022-11-23 10:41:18 +01:00
..
2022-11-23 08:52:09 +01:00
2022-03-17 18:52:18 +01:00
2022-07-28 08:47:17 +02:00