Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml347 external print_module : string -> llmodule -> unit = "llvm_print_module"
H A Dllvm_ocaml.c230 CAMLprim value llvm_print_module(value Filename, LLVMModuleRef M) { in llvm_print_module() function