rust/compiler/rustc_codegen_llvm/src/coverageinfo
Zalathar bfadc3a9b9 coverage: CoverageIdsInfo::mcdc_bitmap_bytes is never needed
This code for recalculating `mcdc_bitmap_bytes` doesn't provide any benefit,
because its result won't have changed from the value in `FunctionCoverageInfo`
that was computed during the MIR instrumentation pass.
2024-05-14 16:41:04 +10:00
..
ffi.rs coverage. Generate Mappings of decisions and conditions for MC/DC 2024-04-19 17:09:26 +08:00
map_data.rs coverage: Add enums to accommodate other kinds of coverage mappings 2024-01-11 16:43:12 +11:00
mapgen.rs coverage: Correctly report and check LLVM's coverage mapping version 2024-04-03 09:53:49 +11:00
mod.rs coverage: CoverageIdsInfo::mcdc_bitmap_bytes is never needed 2024-05-14 16:41:04 +10:00