[−][src]Function rustc_codegen_llvm::mir::arg_local_refs
fn arg_local_refs<'a, 'll, 'tcx>(
bx: &Builder<'a, 'll, 'tcx>,
fx: &FunctionCx<'a, 'll, 'tcx>,
scopes: &IndexVec<SourceScope, MirDebugScope<'ll>>,
memory_locals: &BitArray<Local>
) -> Vec<LocalRef<'ll, 'tcx>>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Produce, for each argument, a Value
pointing at the
argument's value. As arguments are places, these are always
indirect.