Module rustc_mir_transform::coverage

source ·

Modules§

Structs§

  • Function information extracted from HIR by the coverage instrumentor.
  • Inserts StatementKind::Coverage statements that either instrument the binary with injected counters, via intrinsic llvm.instrprof.increment, and/or inject metadata used during codegen to construct the coverage map.

Functions§