Function LLVMCreateStringAttribute

Source
pub unsafe extern "C" fn LLVMCreateStringAttribute(
    C: *mut LLVMContext,
    K: *const i8,
    KLength: u32,
    V: *const i8,
    VLength: u32,
) -> *mut LLVMOpaqueAttributeRef
Expand description

Create a string attribute.