rustc_codegen_llvm::llvm_::ffi

Function LLVMRustCreateRangeAttribute

Source
pub unsafe extern "C" fn LLVMRustCreateRangeAttribute(
    C: &Context,
    num_bits: c_uint,
    lower_words: *const u64,
    upper_words: *const u64,
) -> &Attribute