Home | History | Annotate | Download | only in llvm-cov

Lines Matching refs:Line

10 // The 'CodeCoverageTool' class implements a command line tool to analyze and
187 unsigned Line = 0;
190 Line = std::max(CR.LineEnd, Line);
191 View->addInstantiation(Function->Name, Line, std::move(SubView));
298 "line-coverage-lt", cl::Optional,
299 cl::desc("Show code coverage only for functions with line coverage less "
304 "line-coverage-gt", cl::Optional,
305 cl::desc("Show code coverage only for functions with line coverage "
386 "show-line-counts", cl::Optional,
387 cl::desc("Show the execution counts for each line"), cl::init(true),
396 "show-line-counts-or-regions", cl::Optional,
397 cl::desc("Show the execution counts for each line, or the execution "