Expand description
Intermediate Representation of a Function
Structs§
- Function
- Represents a function. Local or Imported depends on the
FuncKind
. - Functions
- Intermediate representation of all the functions in a module.
- Imported
Function - Intermediate representation of an Imported Function. The actual Import is stored in the Imports field of the module.
- Local
Function - Intermediate Representation of a Local Function
Enums§
- Func
Kind - Represents whether a function is a Local Function or an Imported Function