Home
last modified time | relevance | path

Searched refs:lookup_function (Results 1 – 14 of 14) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dcodegen.ml37 match lookup_function callee the_module with
55 match lookup_function name the_module with
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dcodegen.ml37 match lookup_function callee the_module with
55 match lookup_function name the_module with
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml24 match lookup_function callee the_module with
46 match lookup_function callee the_module with
55 match lookup_function callee the_module with
195 match lookup_function name the_module with
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml33 match lookup_function callee the_module with
75 match lookup_function callee the_module with
85 match lookup_function callee the_module with
293 match lookup_function name the_module with
/external/eigen/debug/gdb/
Dprinters.py290 obj.pretty_printers.append(lookup_function)
292 def lookup_function(val): function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml37 match lookup_function callee the_module with
177 match lookup_function name the_module with
/external/llvm/docs/tutorial/
DOCamlLangImpl6.rst221 match lookup_function callee the_module with
394 match lookup_function callee the_module with
1083 match lookup_function callee the_module with
1105 match lookup_function callee the_module with
1114 match lookup_function callee the_module with
1254 match lookup_function name the_module with
DOCamlLangImpl3.rst178 match lookup_function callee the_module with
228 match lookup_function name the_module with
822 match lookup_function callee the_module with
840 match lookup_function name the_module with
DOCamlLangImpl7.rst1252 match lookup_function callee the_module with
1294 match lookup_function callee the_module with
1304 match lookup_function callee the_module with
1512 match lookup_function name the_module with
DOCamlLangImpl4.rst725 match lookup_function callee the_module with
743 match lookup_function name the_module with
DOCamlLangImpl5.rst1049 match lookup_function callee the_module with
1189 match lookup_function name the_module with
/external/llvm/test/Bindings/OCaml/
Dcore.ml643 insist (None = lookup_function "Fn1" m);
650 insist (None <> lookup_function "Fn1" m);
651 insist (match lookup_function "Fn1" m with Some x -> x = fn
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml705 external lookup_function : string -> llmodule -> llvalue option
Dllvm.mli1482 (** [lookup_function name m] returns [Some f] if a function with name
1485 val lookup_function : string -> llmodule -> llvalue option val