Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml348 external string_of_llmodule : llmodule -> string = "llvm_string_of_llmodule"
H A Dllvm_ocaml.c240 CAMLprim value llvm_string_of_llmodule(LLVMModuleRef M) { in llvm_string_of_llmodule() function