Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml530 external string_of_llvalue : llvalue -> string = "llvm_string_of_llvalue"
H A Dllvm_ocaml.c717 value llvm_string_of_llvalue(LLVMValueRef M) { in llvm_string_of_llvalue() function