Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp69 coverage::LineCoverageIterator LCIEnd = LCI.getEnd(); in renderLineExecutionCounts() local
70 for (; LCI != LCIEnd; ++LCI) { in renderLineExecutionCounts()
H A DSourceCoverageView.cpp225 LineCoverageIterator LCIEnd = LCI.getEnd(); in print() local
233 if (LCI == LCIEnd) in print()