rust/compiler/rustc_codegen_llvm/src/coverageinfo
Zalathar 6f1ca8d9eb coverage: Change query codegened_and_inlined_items to a plain function
This query has a name that sounds general-purpose, but in fact it has
coverage-specific semantics, and (fortunately) is only used by coverage code.

Because it is only ever called once (from one designated CGU), it doesn't need
to be a query, and we can change it to a regular function instead.
2023-10-21 12:20:05 +11:00
..
ffi.rs coverage: Store expression data in function coverage info 2023-10-18 23:44:34 +11:00
map_data.rs coverage: Store expression data in function coverage info 2023-10-18 23:44:34 +11:00
mapgen.rs coverage: Change query codegened_and_inlined_items to a plain function 2023-10-21 12:20:05 +11:00
mod.rs coverage: Move unused-function helpers closer to where they are used 2023-10-21 12:20:05 +11:00