Module Emitcode
val to_file :
Stdlib.out_channel ->
Compilation_unit.t ->
Unit_info.Artifact.t ->
required_globals:Compilation_unit.Set.t ->
main_module_block_format:Lambda.main_module_block_format ->
arg_descr:Lambda.arg_descr option ->
Instruct.instruction list ->
unitval to_memory :
Instruct.instruction list ->
Misc.LongString.t
* (Cmo_format.reloc_info * int) list
* Instruct.debug_event listval to_packed_file :
Stdlib.out_channel ->
Instruct.instruction list ->
int
* (Cmo_format.reloc_info * int) list
* Instruct.debug_event list
* Misc.Stdlib.String.Set.tval marshal_to_channel_with_possibly_32bit_compat :
filename:string ->
kind:string ->
Stdlib.out_channel ->
'a ->
unit