Module rustc_mir_transform::coverage
source · Modules
Structs
- Function information extracted from HIR by the coverage instrumentor.
- Inserts
StatementKind::Coveragestatements that either instrument the binary with injected counters, via intrinsicllvm.instrprof.increment, and/or inject metadata used during codegen to construct the coverage map.
Functions
- Convert the Span into its file name, start line and column, and end line and column.