Module cardinal_codegen::entities[][src]

Expand description

Entities that the code generator use.

Structs

An ABI value used for function parameters.

An ABI type.

An opaque reference to a Cardinal IR block.

An opaque reference to a Cardinal global variable.

Used as a named reference to an object.

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.

An opaque reference to a Cardinal variable.

Enums

Properties of a Named struct that may be basic properties, static properties, pointer properties or index properties.

Different types of types that can be declared.

Information about a value.