Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml518 external string_of_const : llvalue -> string option = "llvm_string_of_const"
H A Dllvm_ocaml.c878 CAMLprim value llvm_string_of_const(LLVMValueRef Const) { in llvm_string_of_const() function