Function rustc::middle::trans::foreign::trans_native_call[src]

pub fn trans_native_call<'a>(bcx: &'a Block<'a>, callee_ty: t, llfn: ValueRef, llretptr: ValueRef, llargs_rust: &[ValueRef], passed_arg_tys: Vec<t>) -> &'a Block<'a>

Prepares a call to a native function. This requires adapting from the Rust argument passing rules to the native rules.

Parameters