Home
last modified time | relevance | path

Searched defs:CounterValueReference (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dcoverage.rs41 impl CounterValueReference { implementation
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/coverageinfo/
Dffi.rs8 CounterValueReference = 1, enumerator
Dmap_data.rs85 pub fn add_counter(&mut self, id: CounterValueReference, region: CodeRegion) { in add_counter()
Dmod.rs181 id: CounterValueReference, in add_coverage_counter()
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DCoverageMappingWrapper.cpp15 CounterValueReference = 1, enumerator
/third_party/rust/rust/compiler/rustc_mir_transform/src/coverage/
Dcounters.rs96 fn next_counter(&mut self) -> CounterValueReference { in next_counter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h91 enum CounterKind { Zero, CounterValueReference, Expression }; enumerator