pub unsafe extern "C" fn LLVMSetMetadata(
Val: LLVMValueRef,
KindID: c_uint,
Node: LLVMValueRef,
)Expand description
Set metadata associated with an instruction value.
pub unsafe extern "C" fn LLVMSetMetadata(
Val: LLVMValueRef,
KindID: c_uint,
Node: LLVMValueRef,
)Set metadata associated with an instruction value.