Lines Matching refs:SourceFiles
159 std::vector<std::string> SourceFiles; member in __anon1c6dbef00111::CodeCoverageTool
226 SourceFiles.emplace_back(EffectivePath.str()); in addCollectedPath()
227 HadSourceFiles = !SourceFiles.empty(); in addCollectedPath()
486 if (!SourceFiles.empty()) in load()
535 for (std::string &Filename : SourceFiles) { in remapPathNames()
549 llvm::erase_if(SourceFiles, [&](const std::string &SF) { in removeUnmappedInputs()
942 for (const std::string &SF : SourceFiles) in run()
1128 if (SourceFiles.empty() && !HadSourceFiles) in doShow()
1132 SourceFiles.push_back(std::string(Filename)); in doShow()
1137 if (Error E = Printer->createIndexFile(SourceFiles, *Coverage, Filters)) { in doShow()
1147 for (const auto &SourceFile : SourceFiles) in doShow()
1183 (SourceFiles.size() != 1) || ViewOpts.hasOutputDirectory() || in doShow()
1190 S = heavyweight_hardware_concurrency(SourceFiles.size()); in doShow()
1195 for (const std::string &SourceFile : SourceFiles) in doShow()
1201 for (const std::string &SourceFile : SourceFiles) in doShow()
1240 if (SourceFiles.empty()) in doReport()
1243 Report.renderFileReports(llvm::outs(), SourceFiles); in doReport()
1245 if (SourceFiles.empty()) { in doReport()
1251 Report.renderFunctionReports(SourceFiles, DC, llvm::outs()); in doReport()
1317 if (SourceFiles.empty()) in doExport()
1320 Exporter->renderRoot(SourceFiles); in doExport()