Home
last modified time | relevance | path

Searched refs:find_function (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dexecutionengine.ml81 (* find_function *)
82 match ExecutionEngine.find_function "dne" ee with
83 | Some _ -> raise (Failure "find_function 'dne' failed")
86 match ExecutionEngine.find_function "plus" ee with
87 | None -> raise (Failure "find_function 'plus' failed")
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli123 (** [find_function n ee] finds the function named [n] defined in any of the
126 val find_function : string -> t -> Llvm.llvalue option val
Dllvm_executionengine.ml71 external find_function: string -> t -> Llvm.llvalue option
/external/python/cpython2/Lib/
Dpdb.py31 def find_function(funcname, filename): function
469 answer = find_function(item, fname)