Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml14 type llvalue type
524 external classify_value : llvalue -> ValueKind.t = "llvm_classify_value"
526 external type_of : llvalue -> lltype = "llvm_type_of"
527 external value_name : llvalue -> string = "llvm_value_name"
528 external set_value_name : string -> llvalue -> unit = "llvm_set_value_name"
529 external dump_value : llvalue -> unit = "llvm_dump_value"
530 external string_of_llvalue : llvalue -> string = "llvm_string_of_llvalue"
531 external replace_all_uses_with : llvalue -> llvalue -> unit
535 external use_begin : llvalue -> lluse option = "llvm_use_begin"
537 external user : lluse -> llvalue = "llvm_user"
[all …]
H A Dllvm.mli37 type llvalue type
333 (** The kind of an [llvalue], the result of [classify_value v].
774 val type_of : llvalue -> lltype
777 val classify_value : llvalue -> ValueKind.t
783 val value_name : llvalue -> string
787 val set_value_name : string -> llvalue -> unit
791 val dump_value : llvalue -> unit
794 val string_of_llvalue : llvalue -> string
798 val replace_all_uses_with : llvalue -> llvalue -> unit
806 val use_begin : llvalue -> lluse option
[all …]
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.ml12 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
17 external assert_valid_function : Llvm.llvalue -> unit
19 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
20 external view_function_cfg_only : Llvm.llvalue -> unit
H A Dllvm_analysis.mli21 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
32 external assert_valid_function : Llvm.llvalue -> unit
38 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
43 external view_function_cfg_only : Llvm.llvalue -> unit
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml385 const_val:Llvm.llvalue ->
517 external get_subprogram : Llvm.llvalue -> Llvm.llmetadata option
520 external set_subprogram : Llvm.llvalue -> Llvm.llmetadata -> unit
526 external instr_get_debug_loc : Llvm.llvalue -> Llvm.llmetadata option
529 external instr_set_debug_loc_helper : Llvm.llvalue -> Llvm.llmetadata -> unit
597 storage:Llvm.llvalue ->
601 instr:Llvm.llvalue ->
602 Llvm.llvalue
607 storage:Llvm.llvalue ->
612 Llvm.llvalue
H A Dllvm_debuginfo.mli456 const_val:Llvm.llvalue ->
607 val get_subprogram : Llvm.llvalue -> Llvm.llmetadata option
611 val set_subprogram : Llvm.llvalue -> Llvm.llmetadata -> unit
617 val instr_get_debug_loc : Llvm.llvalue -> Llvm.llmetadata option
620 val instr_set_debug_loc : Llvm.llvalue -> Llvm.llmetadata option -> unit
657 storage:Llvm.llvalue ->
661 instr:Llvm.llvalue ->
662 Llvm.llvalue
668 storage:Llvm.llvalue ->
673 Llvm.llvalue
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml45 external add_global_mapping_ : Llvm.llvalue -> nativeint -> llexecutionengine -> unit
H A Dllvm_executionengine.mli76 val add_global_mapping : Llvm.llvalue -> 'a Ctypes.ptr -> llexecutionengine -> unit
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.ml76 external preferred_align_of_global : Llvm.llvalue -> t -> int
H A Dllvm_target.mli117 val preferred_align_of_global : Llvm.llvalue -> t -> int
/openbsd-src/usr.sbin/unbound/validator/
H A Dautotrust.c1193 long long llvalue; in autr_write_file() local
1206 llvalue = (unsigned long)tp; in autr_write_file()
1208 llvalue = (unsigned long long)tp; in autr_write_file()
1211 env->worker?*(int*)env->worker:0, llvalue); in autr_write_file()
/openbsd-src/sbin/unwind/libunbound/validator/
H A Dautotrust.c1197 long long llvalue; in autr_write_file() local
1210 llvalue = (unsigned long)tp; in autr_write_file()
1212 llvalue = (unsigned long long)tp; in autr_write_file()
1215 env->worker?*(int*)env->worker:0, llvalue); in autr_write_file()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c16361 tree lvalue = TREE_OPERAND (node, 0), llvalue; local
16397 && resolve_expression_name (wfl_op1, &llvalue))
H A Dparse.y12796 tree lvalue = TREE_OPERAND (node, 0), llvalue; local
12832 && resolve_expression_name (wfl_op1, &llvalue))