Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml356 external function_type : lltype -> lltype array -> lltype = "llvm_function_type"
H A Dllvm_ocaml.c315 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type() function