rustc_codegen_llvm::llvm_::ffi

Function LLVMCreateStringAttribute

Source
pub unsafe extern "C" fn LLVMCreateStringAttribute(
    C: &Context,
    Name: *const c_char,
    NameLen: c_uint,
    Value: *const c_char,
    ValueLen: c_uint,
) -> &Attribute