Function rustc_codegen_llvm::debuginfo::create_scope_map::compute_mir_scopes[][src]

pub fn compute_mir_scopes<'ll, 'tcx>(
    cx: &CodegenCx<'ll, 'tcx>,
    instance: Instance<'tcx>,
    mir: &Body<'tcx>,
    fn_dbg_scope: &'ll DIScope,
    debug_context: &mut FunctionDebugContext<&'ll DIScope, &'ll DILocation>
)
Expand description

Produces DIScope DIEs for each MIR Scope which has variables defined in it.