Module code

Source

Structsยง

FuncTranslator
LLVMFunctionCodeGenerator

Constantsยง

CATCH_ALL_TAG_VALUE ๐Ÿ”’
FUNCTION_SECTION_ELF ๐Ÿ”’
FUNCTION_SECTION_MACHO ๐Ÿ”’
FUNCTION_SEGMENT_MACHO ๐Ÿ”’
GEF32_LEQ_I32_MAX ๐Ÿ”’
Greatest Exact Float (32 bits) less-than-or-equal-to i32::MAX when rounding towards zero.
GEF32_LEQ_I64_MAX ๐Ÿ”’
Greatest Exact Float (32 bits) less-than-or-equal-to i64::MAX when rounding towards zero.
GEF32_LEQ_U32_MAX ๐Ÿ”’
Greatest Exact Float (32 bits) less-than-or-equal-to u32::MAX when rounding towards zero.
GEF32_LEQ_U64_MAX ๐Ÿ”’
Greatest Exact Float (32 bits) less-than-or-equal-to u64::MAX when rounding towards zero.
GEF64_LEQ_I32_MAX ๐Ÿ”’
Greatest Exact Float (64 bits) less-than-or-equal-to i32::MAX when rounding towards zero.
GEF64_LEQ_I64_MAX ๐Ÿ”’
Greatest Exact Float (64 bits) less-than-or-equal-to i64::MAX when rounding towards zero.
GEF64_LEQ_U32_MAX ๐Ÿ”’
Greatest Exact Float (64 bits) less-than-or-equal-to u32::MAX when rounding towards zero.
GEF64_LEQ_U64_MAX ๐Ÿ”’
Greatest Exact Float (64 bits) less-than-or-equal-to u64::MAX when rounding towards zero.
LEF32_GEQ_I32_MIN ๐Ÿ”’
Least Exact Float (32 bits) greater-than-or-equal-to i32::MIN when rounding towards zero.
LEF32_GEQ_I64_MIN ๐Ÿ”’
Least Exact Float (32 bits) greater-than-or-equal-to i64::MIN when rounding towards zero.
LEF32_GEQ_U32_MIN ๐Ÿ”’
Least Exact Float (32 bits) greater-than-or-equal-to u32::MIN when rounding towards zero.
LEF32_GEQ_U64_MIN ๐Ÿ”’
Least Exact Float (32 bits) greater-than-or-equal-to u64::MIN when rounding towards zero.
LEF64_GEQ_I32_MIN ๐Ÿ”’
Least Exact Float (64 bits) greater-than-or-equal-to i32::MIN when rounding towards zero.
LEF64_GEQ_I64_MIN ๐Ÿ”’
Least Exact Float (64 bits) greater-than-or-equal-to i64::MIN when rounding towards zero.
LEF64_GEQ_U32_MIN ๐Ÿ”’
Least Exact Float (64 bits) greater-than-or-equal-to u32::MIN when rounding towards zero.
LEF64_GEQ_U64_MIN ๐Ÿ”’
Least Exact Float (64 bits) greater-than-or-equal-to u64::MIN when rounding towards zero.

Functionsยง

is_f32_arithmetic ๐Ÿ”’
is_f64_arithmetic ๐Ÿ”’