Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml440 external print_module : string -> llmodule -> unit = "llvm_print_module"
H A Dllvm_ocaml.c325 value llvm_print_module(value Filename, LLVMModuleRef M) { in llvm_print_module() function