rust/compiler/rustc_codegen_llvm/src/coverageinfo
Zalathar 041a232b62 coverage: Don't bother renumbering expressions on the Rust side
The LLVM API that we use to encode coverage mappings already has its own code
for removing unused coverage expressions and renumbering the rest.

This lets us get rid of our own complex renumbering code, making it easier to
change our coverage code in other ways.
2023-09-21 18:32:49 +10:00
..
ffi.rs coverage: Don't bother renumbering expressions on the Rust side 2023-09-21 18:32:49 +10:00
map_data.rs coverage: Don't bother renumbering expressions on the Rust side 2023-09-21 18:32:49 +10:00
mapgen.rs coverage: Explicitly simplify coverage expressions in codegen 2023-09-21 18:32:49 +10:00
mod.rs Inline functions called from add_coverage 2023-08-22 10:59:19 +02:00