Module entities

Module entities 

Source
Expand description

Entities that the code generator use.

Structs§

AbiParam
An ABI value used for function parameters.
AbiType
An ABI type.
Block
An opaque reference to a Cardinal IR block.
GlobalVariable
An opaque reference to a Cardinal global variable.
Named
Used as a named reference to an object.
Value
An opaque reference to a Cardinal SSA value. These can be used as instruction parameters, if a value is not used, it will not be included in the generated code.
Variable
An opaque reference to a Cardinal variable.

Enums§

NamedProperty
Properties of a Named struct that may be basic properties, static properties, pointer properties or index properties.
Type
Different types of types that can be declared.
ValueInfo
Information about a value.