Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp119 CommandLineParserType commandLineParser);
122 CommandLineParserType commandLineParser);
125 CommandLineParserType commandLineParser);
787 return doShow(argc, argv, commandLineParser); in run()
789 return doReport(argc, argv, commandLineParser); in run()
791 return doExport(argc, argv, commandLineParser); in run()
797 CommandLineParserType commandLineParser) { in doShow() argument
840 auto Err = commandLineParser(argc, argv); in doShow()
968 CommandLineParserType commandLineParser) { in doReport() argument
973 auto Err = commandLineParser(argc, argv); in doReport()
[all …]