Home
last modified time | relevance | path

Searched refs:llvm_function_type (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml482 external function_type : lltype -> lltype array -> lltype = "llvm_function_type"
H A Dllvm_ocaml.c478 LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type() function