Home
last modified time | relevance | path

Searched refs:LCIEnd (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-cov/
DCoverageExporterLcov.cpp65 coverage::LineCoverageIterator LCIEnd = LCI.getEnd(); in renderLineExecutionCounts() local
66 for (; LCI != LCIEnd; ++LCI) { in renderLineExecutionCounts()
DSourceCoverageView.cpp203 LineCoverageIterator LCIEnd = LCI.getEnd(); in print() local
211 if (LCI == LCIEnd) in print()