Home
last modified time | relevance | path

Searched refs:llvalue (Results 1 – 19 of 19) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
Dllvm.ml14 type llvalue type
395 external classify_value : llvalue -> ValueKind.t = "llvm_classify_value"
397 external type_of : llvalue -> lltype = "llvm_type_of"
398 external value_name : llvalue -> string = "llvm_value_name"
399 external set_value_name : string -> llvalue -> unit = "llvm_set_value_name"
400 external dump_value : llvalue -> unit = "llvm_dump_value"
401 external string_of_llvalue : llvalue -> string = "llvm_string_of_llvalue"
402 external replace_all_uses_with : llvalue -> llvalue -> unit
406 external use_begin : llvalue -> lluse option = "llvm_use_begin"
408 external user : lluse -> llvalue = "llvm_user"
[all …]
Dllvm.mli35 type llvalue type
327 (** The kind of an [llvalue], the result of [classify_value v].
675 val type_of : llvalue -> lltype
678 val classify_value : llvalue -> ValueKind.t
684 val value_name : llvalue -> string
688 val set_value_name : string -> llvalue -> unit
692 val dump_value : llvalue -> unit
695 val string_of_llvalue : llvalue -> string
699 val replace_all_uses_with : llvalue -> llvalue -> unit
707 val use_begin : llvalue -> lluse option
[all …]
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.ml13 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
18 external assert_valid_function : Llvm.llvalue -> unit
20 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
21 external view_function_cfg_only : Llvm.llvalue -> unit
Dllvm_analysis.mli23 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
34 external assert_valid_function : Llvm.llvalue -> unit
40 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
45 external view_function_cfg_only : Llvm.llvalue -> unit
/external/webrtc/webrtc/base/
Dmacconversion.cc113 long long llvalue; in p_convertCFNumberToInt() local
115 static_cast<void*>(&llvalue)); in p_convertCFNumberToInt()
116 if (converted) *i = static_cast<int>(llvalue); in p_convertCFNumberToInt()
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.ml46 external add_global_mapping_ : Llvm.llvalue -> nativeint -> llexecutionengine -> unit
Dllvm_executionengine.mli77 val add_global_mapping : Llvm.llvalue -> 'a Ctypes.ptr -> llexecutionengine -> unit
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dcodegen.ml12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml80 external preferred_align_of_global : Llvm.llvalue -> t -> int
Dllvm_target.mli124 val preferred_align_of_global : Llvm.llvalue -> t -> int
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dcodegen.ml12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
/external/llvm/docs/tutorial/
DOCamlLangImpl3.rst58 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
232 moment they both are modeled by ``llvalue`` in ocaml). Because a
237 The call to ``Llvm.function_type`` creates the ``Llvm.llvalue`` that
797 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
DOCamlLangImpl7.rst328 ``AllocInst*``'s as ``Llvm.llvalue``'s, but this may change in the future
333 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
1231 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
DOCamlLangImpl4.rst700 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
DOCamlLangImpl6.rst1071 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
DOCamlLangImpl5.rst1024 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10