Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp88 CommandLineParserType commandLineParser);
91 CommandLineParserType commandLineParser);
366 auto commandLineParser = [&, this](int argc, const char **argv) -> int { in run() local
436 return show(argc, argv, commandLineParser); in run()
438 return report(argc, argv, commandLineParser); in run()
444 CommandLineParserType commandLineParser) { in show() argument
478 auto Err = commandLineParser(argc, argv); in show()
583 CommandLineParserType commandLineParser) { in report() argument
584 auto Err = commandLineParser(argc, argv); in report()