HomeSort by relevance Sort by last modified time
    Searched full:llvalue (Results 1 - 25 of 25) sorted by null

  /external/llvm/bindings/ocaml/llvm/
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
    [all...]
llvm_ocaml.c 93 /* llvalue -> ('a, 'b) llpos */ \
109 /* llvalue -> ('a, 'b) llrev_pos */ \
468 /* llvalue -> lltype */
499 /* llvalue -> ValueKind.t */
540 /* llvalue -> string */
545 /* string -> llvalue -> unit */
551 /* llvalue -> unit */
557 /* llvalue -> string */
570 /* llvalue -> llvalue -> unit *
    [all...]
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 -> uni
    [all...]
  /external/llvm/bindings/ocaml/analysis/
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
analysis_ocaml.c 44 /* Llvm.llvalue -> bool */
55 /* Llvm.llvalue -> unit */
61 /* Llvm.llvalue -> unit */
67 /* Llvm.llvalue -> unit */
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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
perflib.h 88 ULONGLONG llValue
107 ULONGLONG llValue
141 ULONGLONG llValue
cmdtree.h 306 __MINGW_EXTENSION __int64 llValue;
  /external/webrtc/webrtc/base/
macconversion.cc 113 long long llvalue; local
115 static_cast<void*>(&llvalue));
116 if (converted) *i = static_cast<int>(llvalue);
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 46 external add_global_mapping_ : Llvm.llvalue -> nativeint -> llexecutionengine -> unit
executionengine_ocaml.c 111 /* Llvm.llvalue -> int64 -> llexecutionengine -> unit */
llvm_executionengine.mli 77 val add_global_mapping : Llvm.llvalue -> 'a Ctypes.ptr -> llexecutionengine -> unit
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 80 external preferred_align_of_global : Llvm.llvalue -> t -> int
llvm_target.mli 124 val preferred_align_of_global : Llvm.llvalue -> t -> int
target_ocaml.c 131 /* Llvm.llvalue -> DataLayout.t -> int */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
  /external/llvm/docs/tutorial/
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
    [all...]
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
    [all...]
OCamlLangImpl4.rst 700 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
    [all...]
OCamlLangImpl5.rst     [all...]
OCamlLangImpl6.rst     [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10

Completed in 261 milliseconds