Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml884 external llvm_remove_string_function_attr : llvalue -> string -> int -> unit
885 = "llvm_remove_string_function_attr"
894 llvm_remove_string_function_attr f k (AttrIndex.to_int i)
H A Dllvm_ocaml.c1373 value llvm_remove_string_function_attr(LLVMValueRef F, value Kind, in llvm_remove_string_function_attr() function