IrTypeFunction

variadic type, members follow the struct in memory

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

parameterTypes
IrIndex[] parameterTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
resultTypes
IrIndex[] resultTypes()

This must be called on the value in the buffer, not stack-local value

Variables

callConv
CallConvention callConv;
Undocumented in source.
header
IrTypeHeader header;
Undocumented in source.
numParameters
uint numParameters;
Undocumented in source.
numResults
uint numResults;
Undocumented in source.
payload
IrIndex[0] payload;
Undocumented in source.
syscallNumber
ushort syscallNumber;
Undocumented in source.

Meta