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.1.0.tar.gz
md5=00e5f51d0ce72f7517f3b2a7f910c572
sha512=91f349384a8864076c3d1b0ce3f4e94aa54900cf51e2471d21427bb25cbffac606bcd754fa545f4b2c4516ea2b0731cb580ab30bdf1911c9e47ee24d7c88c863
doc/compiler-libs.optcomp/Emitaux/index.html
Module Emitaux
val output_channel : out_channel refval emit_printf : ('a, out_channel, unit) format -> 'aemit_size_directive symbol Emit a .size assembler directive for the given symbol when it is supported by the assembler
emit_type_directive symbol typ Emit a .type assembler directive that symbol has type typ when it is supported by the assembler
Emit a .note.GNU-stack section when it is supported by the linker
val 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 : error Format_doc.format_printerval report_error_doc : error Format_doc.printerval mk_env : Linear.fundecl -> Emitenv.per_function_env sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>