Home
last modified time | relevance | path

Searched refs:create_function (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml26 let the_fpm = PassManager.create_function Codegen.the_module in
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml27 let the_fpm = PassManager.create_function Codegen.the_module in
/minix3/external/bsd/llvm/dist/llvm/test/Bindings/Ocaml/
H A Dpassmgr_builder.ml40 let func_passmgr = PassManager.create_function m in
H A Dscalar_opts.ml44 ignore (PassManager.create_function m
H A Dcore.ml1458 ignore (PassManager.create_function m
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h84 int (*create_function)(sqlite3*,const char*,int,int,void*, member
314 #define sqlite3_create_function sqlite3_api->create_function
H A Dsqlite3.c95160 int (*create_function)(sqlite3*,const char*,int,int,void*,
95390 #define sqlite3_create_function sqlite3_api->create_function
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/
H A DOCamlLangImpl4.rst141 let the_fpm = PassManager.create_function Codegen.the_module in
874 let the_fpm = PassManager.create_function Codegen.the_module in
H A DOCamlLangImpl7.rst449 let the_fpm = PassManager.create_function Codegen.the_module in
1673 let the_fpm = PassManager.create_function Codegen.the_module in
H A DOCamlLangImpl6.rst1393 let the_fpm = PassManager.create_function Codegen.the_module in
H A DOCamlLangImpl5.rst1320 let the_fpm = PassManager.create_function Codegen.the_module in
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1346 external create_function : llmodule -> [ `Function ] t
H A Dllvm.mli2535 (** [PassManager.create_function m] constructs a new function-by-function
2540 val create_function : llmodule -> [ `Function ] t val