rust/compiler/rustc_codegen_llvm/src/coverageinfo
Zalathar 86b55cccff coverage: Fetch expressions and mappings separately
The combined `get_expressions_and_counter_regions` method was an artifact of
having to prepare the expressions and mappings at the same time, to avoid
ownership/lifetime problems with temporary data used by both.

Now that we have an explicit transition from `FunctionCoverageCollector` to the
final `FunctionCoverage`, we can prepare any shared data during that step and
store it in the final struct.
2023-10-22 20:11:48 +11:00
..
ffi.rs coverage: Store expression data in function coverage info 2023-10-18 23:44:34 +11:00
map_data.rs coverage: Fetch expressions and mappings separately 2023-10-22 20:11:48 +11:00
mapgen.rs coverage: Fetch expressions and mappings separately 2023-10-22 20:11:48 +11:00
mod.rs coverage: Split FunctionCoverage into distinct collector/finished phases 2023-10-22 20:11:45 +11:00