rust/compiler/rustc_codegen_llvm/src/coverageinfo
Zalathar 525ac15b66 coverage: Convert CoverageMapGenerator to GlobalFileTable
This struct was only being used to hold the global file table, and one of its
methods didn't even use the table. Changing its methods to ordinary functions
makes it easier to see where the table is mutated.
2023-09-11 14:29:09 +10:00
..
ffi.rs coverage: Consolidate FFI types into one module 2023-08-02 15:26:47 +10:00
map_data.rs coverage: Consolidate FFI types into one module 2023-08-02 15:26:47 +10:00
mapgen.rs coverage: Convert CoverageMapGenerator to GlobalFileTable 2023-09-11 14:29:09 +10:00
mod.rs Inline functions called from add_coverage 2023-08-22 10:59:19 +02:00