Function rustc_codegen_llvm::llvm::LLVMConstArray2

source ·
pub unsafe extern "C" fn LLVMConstArray2<'a>(
    ElementTy: &'a Type,
    ConstantVals: *const &'a Value,
    Length: u64
) -> &'a Value