[][src]Function llvm_sys::debuginfo::LLVMDIBuilderCreateVectorType

pub unsafe extern "C" fn LLVMDIBuilderCreateVectorType(
    Builder: LLVMDIBuilderRef,
    Size: u64,
    AlignInBits: u32,
    Ty: LLVMMetadataRef,
    Subscripts: *mut LLVMMetadataRef,
    NumSubscripts: c_uint
) -> LLVMMetadataRef

Create debugging information entry for a vector type.