Skip to main content

Module compiler_data

Module compiler_data 

Source

Structs§

Ctx
DynamicLibFn
Dynamiclib
EnumType
A native tagged-union enum type. Its values are stored in the object pool like structs: element 0 of the pool entry is the variant tag (an int index into variants), and elements 1.. are the variant’s payload in order.
EnumVariant
ErrorCatch
FnSignature
Function
FunctionImpl
HostFnSig
Marshalling signature for a host function, indexed by the compiler’s FnSignature::id. types[0] is the return type; types[1..] are the argument types.
InstrSrc
Pools
Source
State
Struct
Variable