Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml423 external string_of_llvalue : llvalue -> string = "llvm_string_of_llvalue"
H A Dllvm_ocaml.c603 CAMLprim value llvm_string_of_llvalue(LLVMValueRef M) { in llvm_string_of_llvalue() function