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