Wire Sysio Wire Sysion 1.0.0
|
#include <Module.h>
Public Types | |
enum class | Type : U8 { i32_const = 0x41 , i64_const = 0x42 , f32_const = 0x43 , f64_const = 0x44 , get_global = 0x23 , error = 0xff } |
Public Member Functions | |
InitializerExpression () | |
InitializerExpression (I32 inI32) | |
InitializerExpression (I64 inI64) | |
InitializerExpression (F32 inF32) | |
InitializerExpression (F64 inF64) | |
InitializerExpression (Type inType, Uptr inGlobalIndex) | |
Public Attributes | ||
Type | type | |
union { | ||
I32 i32 | ||
I64 i64 | ||
F32 f32 | ||
F64 f64 | ||
Uptr globalIndex | ||
}; | ||
|
strong |
Enumerator | |
---|---|
i32_const | |
i64_const | |
f32_const | |
f64_const | |
get_global | |
error |
Definition at line 14 of file Module.h.
|
inline |
|
inline |
|
inline |
|
inline |
union { ... } IR::InitializerExpression |