Home
last modified time | relevance | path

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

/external/llvm/bindings/ocaml/llvm/
Dllvm.ml326 external string_of_llmodule : llmodule -> string = "llvm_string_of_llmodule"
Dllvm_ocaml.c195 CAMLprim value llvm_string_of_llmodule(LLVMModuleRef M) { in llvm_string_of_llmodule() function