Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp78 CommandLineParserType commandLineParser);
81 CommandLineParserType commandLineParser);
301 auto commandLineParser = [&, this](int argc, const char **argv) -> int { in run() local
364 return show(argc, argv, commandLineParser); in run()
366 return report(argc, argv, commandLineParser); in run()
372 CommandLineParserType commandLineParser) { in show() argument
400 auto Err = commandLineParser(argc, argv); in show()
468 CommandLineParserType commandLineParser) { in report() argument
469 auto Err = commandLineParser(argc, argv); in report()