Crate cilly

Source

Re-exports§

pub use type::*;
pub use dotnet_type::*;
pub use fn_sig::*;

Modules§

access_modifier
asm
asm_exporter
basic_block
c_exporter
call_site
cil_iter
cil_iter_mut
cil_node
cil_root
cil_tree
dotnet_type
entrypoint
field_desc
fn_sig
ilasm_exporter
ilasm_op
method
static_field_desc
type
type_def

Macros§

and
call
call_virt
conv_f32
conv_f64
conv_f_un
conv_i8
conv_i16
conv_i32
conv_i64
conv_isize
conv_u8
conv_u16
conv_u32
conv_u64
conv_usize
div
eq
gt
gt_un
ld_field
ld_field_address
ldc_i32
Loads a value of type i32.
ldc_i64
Loads a value of type i64.
ldc_u32
Loads a value of type u32.
ldc_u64
Loads a value of type u64.
lt
lt_un
mul
or
rem
rem_un
shl
shr
shr_un
size_of
sub
xor

Structs§

MEM_CHECKS
Tells codegen to insert memory consistency checks after each call. If INSERT_MIR_DEBUG_COMMENTS is enabled, the consistency checks will be run also after each MIR statement.

Enums§

IlasmFlavour

Functions§

arr_name
Returns the name of a fixed-size array
mangle
Returns a mangled type name.
mem_checks

Type Aliases§

IString