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.
- Global
Variable - 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§
- Named
Property - Properties of a
Namedstruct that may be basic properties, static properties, pointer properties or index properties. - Type
- Different types of types that can be declared.
- Value
Info - Information about a value.