Files
rust/compiler/rustc_codegen_llvm/src
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
..
2023-10-20 21:14:01 +00:00
2023-09-15 10:45:37 +02:00
2023-10-04 08:01:11 +08:00
2023-10-20 21:10:38 +00:00
2020-08-30 18:45:07 +03:00