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§
Functions§
- arr_
name - Returns the name of a fixed-size array
- mangle
- Returns a mangled type name.
- mem_
checks