Lines Matching refs:llvalue
71 external find_function: string -> t -> Llvm.llvalue option
73 external run_function: Llvm.llvalue -> GenericValue.t array -> t ->
80 external run_function_as_main: Llvm.llvalue -> string array ->
83 external free_machine_code: Llvm.llvalue -> t -> unit
92 add_global_mapping: llvalue -> llgenericvalue -> t -> unit
94 update_global_mapping: llvalue -> llgenericvalue -> t -> unit
95 get_pointer_to_global_if_available: llvalue -> t -> llgenericvalue
96 get_pointer_to_global: llvalue -> t -> llgenericvalue
97 get_pointer_to_function: llvalue -> t -> llgenericvalue
98 get_pointer_to_function_or_stub: llvalue -> t -> llgenericvalue
99 get_global_value_at_address: llgenericvalue -> t -> llvalue option
101 initialize_memory: llvalue -> llgenericvalue -> t -> unit
102 recompile_and_relink_function: llvalue -> t -> llgenericvalue
103 get_or_emit_global_variable: llvalue -> t -> llgenericvalue