rust/compiler/rustc_codegen_llvm/src/coverageinfo
Zalathar 54116c8cae coverage: Detect functions that have lost all their coverage statements
If a function was instrumented for coverage, but all of its coverage statements
have been removed by later MIR transforms, it should be treated as "unused"
even if the compiler generates an unreachable stub for it.
2024-03-26 11:46:04 +11:00
..
ffi.rs coverage: Include recorded branch info in coverage instrumentation 2024-03-14 17:19:02 +11: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: Detect functions that have lost all their coverage statements 2024-03-26 11:46:04 +11:00
mod.rs Unbox and unwrap the contents of StatementKind::Coverage 2024-03-23 22:05:11 +11:00