Function rustc_codegen_llvm::llvm_::ffi::LLVMBuildAlloca

source ·
pub unsafe extern "C" fn LLVMBuildAlloca<'a>(
    B: &Builder<'a>,
    Ty: &'a Type,
    Name: *const c_char
) -> &'a Value