Home
last modified time | relevance | path

Searched refs:run_function (Results 1 – 22 of 22) sorted by relevance

/external/vixl/examples/
Dcheck-bounds.cc61 void run_function(Simulator *simulator, Label *function, in run_function() function
89 run_function(&simulator, &check_bounds, 546, 50, 1000); in main()
90 run_function(&simulator, &check_bounds, 62, 100, 200); in main()
91 run_function(&simulator, &check_bounds, 200, 100, 200); in main()
/external/chromium_org/base/debug/
Dtask_annotator.cc29 const char* run_function, in RunTask() argument
47 run_function, in RunTask()
Dtask_annotator.h31 const char* run_function,
/external/llvm/test/Bindings/Ocaml/
Dexecutionengine.ml93 (* run_function *)
94 let res = ExecutionEngine.run_function plus
Dscalar_opts.ml78 ++ PassManager.run_function fn
Dvmcore.ml1374 ++ PassManager.run_function fn
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml365 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml246 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml98 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml220 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.ml73 external run_function: Llvm.llvalue -> GenericValue.t array -> t ->
Dllvm_executionengine.mli126 (** [run_function f args ee] synchronously executes the function [f] with the
128 val run_function : Llvm.llvalue -> GenericValue.t array -> t -> val
/external/llvm/docs/tutorial/
DOCamlLangImpl4.rst195 let _ = PassManager.run_function the_function the_fpm in
266 "``Llvm_executionengine.ExecutionEngine.run_function``" function. This
281 let result = ExecutionEngine.run_function the_function [||]
339 ``run_function``.
786 let _ = PassManager.run_function the_function the_fpm in
832 let result = ExecutionEngine.run_function the_function [||]
DOCamlLangImpl6.rst1305 let _ = PassManager.run_function the_function the_fpm in
1351 let result = ExecutionEngine.run_function the_function [||]
DOCamlLangImpl5.rst1232 let _ = PassManager.run_function the_function the_fpm in
1278 let result = ExecutionEngine.run_function the_function [||]
DOCamlLangImpl7.rst1584 let _ = PassManager.run_function the_function the_fpm in
1630 let result = ExecutionEngine.run_function the_function [||]
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml1276 external run_function : llvalue -> [ `Function ] t -> bool
Dllvm.mli2454 (** [run_function f fpm] executes all of the function passes scheduled in the
2458 val run_function : llvalue -> [ `Function ] t -> bool val