Searched refs:run_function (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/base/debug/
H A Dtask_annotator.h28 // passed into |DidQueueTask| for this task. |run_function| is used as the
31 const char* run_function,
H A Dtask_annotator.cc29 const char* run_function,
47 run_function,
28 RunTask(const char* queue_function, const char* run_function, const PendingTask& pending_task) argument
/external/vixl/examples/
H A Dcheck-bounds.cc61 void run_function(Simulator *simulator, Label *function, function
89 run_function(&simulator, &check_bounds, 546, 50, 1000);
90 run_function(&simulator, &check_bounds, 62, 100, 200);
91 run_function(&simulator, &check_bounds, 200, 100, 200);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
H A Dcodegen.ml98 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
H A Dcodegen.ml220 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
H A Dcodegen.ml246 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
H A Dcodegen.ml365 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml93 (* run_function *)
94 let res = ExecutionEngine.run_function plus
H A Dscalar_opts.ml78 ++ PassManager.run_function fn
H A Dvmcore.ml1374 ++ PassManager.run_function fn
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml73 external run_function: Llvm.llvalue -> GenericValue.t array -> t ->
H A 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 ->
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1276 external run_function : llvalue -> [ `Function ] t -> bool
H A Dllvm.mli2454 (** [run_function f fpm] executes all of the function passes scheduled in the
2458 val run_function : llvalue -> [ `Function ] t -> bool var

Completed in 6952 milliseconds