Searched defs:function_begin (Results 1 - 2 of 2) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1491 (** [function_begin m] returns the first position in the function list of the
1492 module [m]. [function_begin] and [function_succ] can be used to iterate over
1495 val function_begin : llmodule -> (llmodule, llvalue) llpos var
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli1313 (** [function_begin m] returns the first position in the function list of the
1314 module [m]. [function_begin] and [function_succ] can be used to iterate over
1317 val function_begin : llmodule -> (llmodule, llvalue) llpos var

Completed in 562 milliseconds