Skip to main content

LLVMRustDICreateVectorType

Function LLVMRustDICreateVectorType 

Source
pub(crate) unsafe extern "C" fn LLVMRustDICreateVectorType<'a>(
    Builder: &DIBuilder<'a>,
    Size: u64,
    AlignInBits: u32,
    Type: &'a Metadata,
    Subscripts: &'a Metadata,
    BitStride: Option<&'a Metadata>,
) -> &'a Metadata