Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp132 CommandLineParserType commandLineParser);
135 CommandLineParserType commandLineParser);
138 CommandLineParserType commandLineParser);
747 auto commandLineParser = [&, this](int argc, const char **argv) -> int { in run() local
888 return doShow(argc, argv, commandLineParser); in run()
890 return doReport(argc, argv, commandLineParser); in run()
892 return doExport(argc, argv, commandLineParser); in run()
898 CommandLineParserType commandLineParser) { in doShow() argument
950 auto Err = commandLineParser(argc, argv); in doShow()
1082 CommandLineParserType commandLineParser) { in doReport() argument
[all …]