Home
last modified time | relevance | path

Searched defs:CounterExpression (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/coverageinfo/
Dffi.rs79 pub struct CounterExpression { struct
85 impl CounterExpression { argument
Dmap_data.rs156 ) -> (Vec<CounterExpression>, impl Iterator<Item = (Counter, &CodeRegion)>) { in get_expressions_and_counter_regions()
182 ) -> (Vec<CounterExpression>, impl Iterator<Item = (Counter, &CodeRegion)>) { in expressions_with_regions()
Dmapgen.rs144 expressions: Vec<CounterExpression>, in write_coverage_mapping()
Dmod.rs359 expressions: Vec<CounterExpression>, in write_mapping_to_buffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h145 struct CounterExpression { struct
150 CounterExpression(ExprKind Kind, Counter LHS, Counter RHS) in CounterExpression() argument
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs1911 Expressions: *const coverage_map::CounterExpression, in LLVMRustCoverageWriteMappingToBuffer()