Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml873 external llvm_remove_enum_function_attr : llvalue -> llattrkind -> int -> unit
874 = "llvm_remove_enum_function_attr"
883 llvm_remove_enum_function_attr f k (AttrIndex.to_int i)
H A Dllvm_ocaml.c1347 value llvm_remove_enum_function_attr(LLVMValueRef F, value Kind, value Index) { in llvm_remove_enum_function_attr() function