Module rustc_codegen_llvm::coverageinfo::map_data
source · Structs
- Collects all of the coverage regions associated with (a) injected counters, (b) counter expressions (additions or subtraction), and (c) unreachable regions (always counted as zero), for a given Function. This struct also stores the
function_source_hash
, computed during instrumentation, and forwarded with counters.