Function rustc_llvm_proxy::proxy::LLVMDIBuilderCreateVectorType
source · #[no_mangle]
pub unsafe extern "C" fn LLVMDIBuilderCreateVectorType(
Builder: LLVMDIBuilderRef,
Size: u64,
AlignInBits: u32,
Ty: LLVMMetadataRef,
Subscripts: *mut LLVMMetadataRef,
NumSubscripts: c_uint
) -> LLVMMetadataRef