rustc_codegen_llvm::coverageinfo::mapgen::covfun

Function fill_region_tables

Source
fn fill_region_tables<'tcx>(
    tcx: TyCtxt<'tcx>,
    global_file_table: &mut GlobalFileTable,
    fn_cov_info: &'tcx FunctionCoverageInfo,
    ids_info: &'tcx CoverageIdsInfo,
    covfun: &mut CovfunRecord<'tcx>,
)
Expand description

Populates the mapping region tables in the current function’s covfun record.