Function llvm_sys::core::LLVMCreateStringAttribute
source · pub unsafe extern "C" fn LLVMCreateStringAttribute(
C: LLVMContextRef,
K: *const c_char,
KLength: c_uint,
V: *const c_char,
VLength: c_uint
) -> LLVMAttributeRef
Expand description
Create a string attribute.