Home
last modified time | relevance | path

Searched refs:declare_function (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/test/Bindings/OCaml/
H A Dcore.ml644 let fn = declare_function "Fn1" ty m in
648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
649 insist (fn == declare_function "Fn1" ty m);
659 let fn = declare_function "Fn2" ty m in
783 let fn = declare_function "X" ty m in
791 let fn = declare_function "X2" ty m in
796 let fn = declare_function "X3" ty m in
823 let f = declare_function "Temp" (function_type i32_type [| |]) m in
932 let fn = declare_function "X6" fty m in
943 let fn = declare_function "XA6" fty m in
[all …]
H A Dexecutionengine.ml64 (* let g = declare_function "g" (function_type i32_type [||]) m2 in
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml56 | None -> declare_function name ft the_module
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml56 | None -> declare_function name ft the_module
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.cpp446 function llvm_compiler::declare_function( in declare_function() function in client::code_gen::llvm_compiler
1007 declare_function( in function_decl()
Dcompiler.hpp197 function declare_function(
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml178 | None -> declare_function name ft the_module
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml196 | None -> declare_function name ft the_module
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml294 | None -> declare_function name ft the_module
/aosp_15_r20/external/llvm/docs/tutorial/
H A DOCamlLangImpl3.rst251 | None -> declare_function name ft the_module
841 | None -> declare_function name ft the_module
H A DOCamlLangImpl4.rst744 | None -> declare_function name ft the_module
H A DOCamlLangImpl6.rst1255 | None -> declare_function name ft the_module
H A DOCamlLangImpl5.rst1190 | None -> declare_function name ft the_module
H A DOCamlLangImpl7.rst1513 | None -> declare_function name ft the_module
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml701 external declare_function : string -> lltype -> llmodule -> llvalue
H A Dllvm.mli1470 (** [declare_function name ty m] returns a new function of type [ty] and
1474 val declare_function : string -> lltype -> llmodule -> llvalue val