OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llvalue
(Results
1 - 14
of
14
) sorted by null
/external/llvm/bindings/ocaml/llvm/
llvm.ml
14
type
llvalue
type
327
external classify_value :
llvalue
-> ValueKind.t = "llvm_classify_value"
329
external type_of :
llvalue
-> lltype = "llvm_type_of"
330
external value_name :
llvalue
-> string = "llvm_value_name"
331
external set_value_name : string ->
llvalue
-> unit = "llvm_set_value_name"
332
external dump_value :
llvalue
-> unit = "llvm_dump_value"
333
external replace_all_uses_with :
llvalue
->
llvalue
-> unit
337
external use_begin :
llvalue
-> lluse option = "llvm_use_begin"
339
external user : lluse ->
llvalue
= "llvm_user
[
all
...]
llvm.mli
35
type
llvalue
type
257
(** The kind of an [
llvalue
], the result of [classify_value v].
566
val type_of :
llvalue
-> lltype
568
val classify_value :
llvalue
-> ValueKind.t
574
val value_name :
llvalue
-> string
578
val set_value_name : string ->
llvalue
-> unit
582
val dump_value :
llvalue
-> unit
586
val replace_all_uses_with :
llvalue
->
llvalue
-> unit
595
val use_begin :
llvalue
-> lluse optio
[
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
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/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml
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 -> llgenericvalu
[
all
...]
llvm_executionengine.mli
126
val find_function : string -> t -> Llvm.
llvalue
option
131
val run_function : Llvm.
llvalue
-> GenericValue.t array -> t ->
147
val run_function_as_main : Llvm.
llvalue
-> string array ->
153
val free_machine_code : Llvm.
llvalue
-> t -> unit
/external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc
130
long long
llvalue
;
local
132
static_cast<void*>(&
llvalue
));
133
if (converted) *i = static_cast<int>(
llvalue
);
/external/llvm/bindings/ocaml/target/
llvm_target.ml
37
external preferred_align_of_global : TargetData.t -> Llvm.
llvalue
-> int
llvm_target.mli
84
external preferred_align_of_global : TargetData.t -> Llvm.
llvalue
-> int
/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/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml
12
let named_values:(string,
llvalue
) Hashtbl.t = Hashtbl.create 10
/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 163 milliseconds