package ocaml-solo5-cross-aarch64
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml cross-compiler to the freestanding 64-bit ARM Solo5 backend
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.0.1.tar.gz
md5=11ce90fb59f3ddf2ca04d33ce971e247
sha512=a7fbd333154e8892f621000b7c852f6a3dce1aa66d6f2a16e9543cfdb479003f90eb9c02ae5e925edbe6cb4d83ce45e726c55754dfbaee7dc2a51029fb921c25
doc/compiler-libs.optcomp/Emitaux/index.html
Module Emitaux
val output_channel : out_channel refval emit_printf : ('a, out_channel, unit) format -> 'aval emit_debug_info : Debuginfo.t -> unitval emit_debug_info_gen :
Debuginfo.t ->
(file_num:int -> file_name:string -> unit) ->
(file_num:int -> line:int -> col:int -> unit) ->
unittype frame_debuginfo = | Dbg_alloc of Debuginfo.alloc_dbginfo| Dbg_raise of Debuginfo.t| Dbg_other of Debuginfo.t
val record_frame_descr :
label:int ->
frame_size:int ->
live_offset:int list ->
frame_debuginfo ->
unitval emit_frames : emit_frame_actions -> unitval binary_backend_available : bool refIs a binary backend available. If yes, we don't need to generate the textual assembly file (unless the user request it with -S).
val create_asm_file : bool refAre we actually generating the textual assembly file?
exception Error of errorval report_error : Format.formatter -> error -> unitval mk_env : Linear.fundecl -> Emitenv.per_function_env sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>