Home | History | Annotate | Download | only in executionengine

Lines Matching full:unit

13 external register_exns: exn -> unit
65 external dispose: t -> unit
67 external add_module: Llvm.llmodule -> t -> unit
76 external run_static_ctors: t -> unit
78 external run_static_dtors: t -> unit
83 external free_machine_code: Llvm.llvalue -> t -> unit
92 add_global_mapping: llvalue -> llgenericvalue -> t -> unit
93 clear_all_global_mappings: t -> unit
94 update_global_mapping: llvalue -> llgenericvalue -> t -> unit
100 store_value_to_memory: llgenericvalue -> llgenericvalue -> lltype -> unit
101 initialize_memory: llvalue -> llgenericvalue -> t -> unit
104 disable_lazy_compilation: t -> unit
106 install_lazy_function_creator: (string -> llgenericvalue) -> t -> unit
111 external initialize_native_target : unit -> bool