Searched refs:llvalue (Results 1 – 19 of 19) sorted by relevance
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 14 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 …]
|
D | llvm.mli | 35 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/ |
D | llvm_analysis.ml | 13 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
|
D | llvm_analysis.mli | 23 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/ |
D | macconversion.cc | 113 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/ |
D | llvm_executionengine.ml | 46 external add_global_mapping_ : Llvm.llvalue -> nativeint -> llexecutionengine -> unit
|
D | llvm_executionengine.mli | 77 val add_global_mapping : Llvm.llvalue -> 'a Ctypes.ptr -> llexecutionengine -> unit
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
|
/external/llvm/bindings/ocaml/target/ |
D | llvm_target.ml | 80 external preferred_align_of_global : Llvm.llvalue -> t -> int
|
D | llvm_target.mli | 124 val preferred_align_of_global : Llvm.llvalue -> t -> int
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl3.rst | 58 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
|
D | OCamlLangImpl7.rst | 328 ``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
|
D | OCamlLangImpl4.rst | 700 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
|
D | OCamlLangImpl6.rst | 1071 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
|
D | OCamlLangImpl5.rst | 1024 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
|