Function rustc_codegen_llvm::llvm_::ffi::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