Home
last modified time | relevance | path

Searched defs:instrument_coverage (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs290 pub fn instrument_coverage(&self) -> InstrumentCoverage { in instrument_coverage() method
Dsession.rs748 pub fn instrument_coverage(&self) -> bool { in instrument_coverage() method
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/
Dwrite.rs92 pub instrument_coverage: bool, field