Function rustc::middle::trans::callee::trans_fn_ref_with_vtables[src]

pub fn trans_fn_ref_with_vtables(bcx: &Block, def_id: DefId, node: ExprOrMethodCall, substs: Substs, vtables: vtable_res) -> ValueRef

Translates a reference to a fn/method item, monomorphizing and inlining as it goes.

Parameters