Home
last modified time | relevance | path

Searched defs:InstrumentCoverage (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_mir_transform/src/coverage/
Dmod.rs48 pub struct InstrumentCoverage; struct
50 impl<'tcx> MirPass<'tcx> for InstrumentCoverage { implementation
/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs290 pub fn instrument_coverage(&self) -> InstrumentCoverage { in instrument_coverage()
881 slot: &mut Option<InstrumentCoverage>, in parse_instrument_coverage()
Dconfig.rs166 pub enum InstrumentCoverage { enum
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DPassWrapper.cpp623 bool InstrumentCoverage, const char *InstrProfileOutput, in LLVMRustOptimize()