jon.recoil.org

Module Printcmm

val symbol : Stdlib.Format.formatter -> Cmm.symbol -> unit
val ccatch_flag : Stdlib.Format.formatter -> Cmm.ccatch_flag -> unit
val machtype_component : Stdlib.Format.formatter -> Cmm.machtype_component -> unit
val machtype : Stdlib.Format.formatter -> Cmm.machtype -> unit
val exttype : Stdlib.Format.formatter -> Cmm.exttype -> unit
val extcall_signature : Stdlib.Format.formatter -> (Cmm.machtype option * Cmm.exttype list) -> unit
val integer_comparison : Cmm.integer_comparison -> string
val float_comparison : Cmm.float_comparison -> string
val trap_action_list : Stdlib.Format.formatter -> Cmm.trap_action list -> unit
val chunk : Cmm.memory_chunk -> string
val atomic_op : Cmm.atomic_op -> string
val atomic_bitwidth : Cmm.atomic_bitwidth -> string
val operation : Debuginfo.t -> Cmm.operation -> string
val expression : Stdlib.Format.formatter -> Cmm.expression -> unit
val fundecl : Stdlib.Format.formatter -> Cmm.fundecl -> unit
val data : Stdlib.Format.formatter -> Cmm.data_item list -> unit
val phrase : Stdlib.Format.formatter -> Cmm.phrase -> unit
val temporal_locality : Cmm.prefetch_temporal_locality_hint -> string
val print_codegen_options : Stdlib.Format.formatter -> Cmm.codegen_option list -> unit
val reinterpret_cast : Cmm.reinterpret_cast -> string
val static_cast : Cmm.static_cast -> string