Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp142 CommandLineParserType commandLineParser);
145 CommandLineParserType commandLineParser);
148 CommandLineParserType commandLineParser);
988 return doShow(argc, argv, commandLineParser); in run()
990 return doReport(argc, argv, commandLineParser); in run()
992 return doExport(argc, argv, commandLineParser); in run()
998 CommandLineParserType commandLineParser) { in doShow() argument
1064 auto Err = commandLineParser(argc, argv); in doShow()
1239 CommandLineParserType commandLineParser) { in doReport() argument
1244 auto Err = commandLineParser(argc, argv); in doReport()
[all …]