Searched refs:create_function (Results 1 – 15 of 15) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| H A D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| H A D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| H A D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
| H A D | toy.ml | 27 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /minix3/external/bsd/llvm/dist/llvm/test/Bindings/Ocaml/ |
| H A D | passmgr_builder.ml | 40 let func_passmgr = PassManager.create_function m in
|
| H A D | scalar_opts.ml | 44 ignore (PassManager.create_function m
|
| H A D | core.ml | 1458 ignore (PassManager.create_function m
|
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3ext.h | 84 int (*create_function)(sqlite3*,const char*,int,int,void*, member 314 #define sqlite3_create_function sqlite3_api->create_function
|
| H A D | sqlite3.c | 95160 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 D | OCamlLangImpl4.rst | 141 let the_fpm = PassManager.create_function Codegen.the_module in 874 let the_fpm = PassManager.create_function Codegen.the_module in
|
| H A D | OCamlLangImpl7.rst | 449 let the_fpm = PassManager.create_function Codegen.the_module in 1673 let the_fpm = PassManager.create_function Codegen.the_module in
|
| H A D | OCamlLangImpl6.rst | 1393 let the_fpm = PassManager.create_function Codegen.the_module in
|
| H A D | OCamlLangImpl5.rst | 1320 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 1346 external create_function : llmodule -> [ `Function ] t
|
| H A D | llvm.mli | 2535 (** [PassManager.create_function m] constructs a new function-by-function 2540 val create_function : llmodule -> [ `Function ] t val
|