Lines Matching refs:SourceFiles
152 std::vector<std::string> SourceFiles; member in __anon1753d6240111::CodeCoverageTool
214 SourceFiles.emplace_back(EffectivePath.str()); in addCollectedPath()
215 HadSourceFiles = !SourceFiles.empty(); in addCollectedPath()
460 if (!SourceFiles.empty()) in load()
503 for (std::string &Filename : SourceFiles) { in remapPathNames()
517 llvm::erase_if(SourceFiles, [&](const std::string &SF) { in removeUnmappedInputs()
871 for (const std::string &SF : SourceFiles) in run()
999 if (SourceFiles.empty() && !HadSourceFiles) in doShow()
1003 SourceFiles.push_back(std::string(Filename)); in doShow()
1008 if (Error E = Printer->createIndexFile(SourceFiles, *Coverage, Filters)) { in doShow()
1018 for (const auto &SourceFile : SourceFiles) in doShow()
1054 (SourceFiles.size() != 1) || ViewOpts.hasOutputDirectory() || in doShow()
1061 S = heavyweight_hardware_concurrency(SourceFiles.size()); in doShow()
1066 for (const std::string &SourceFile : SourceFiles) in doShow()
1072 for (const std::string &SourceFile : SourceFiles) in doShow()
1105 if (SourceFiles.empty()) in doReport()
1108 Report.renderFileReports(llvm::outs(), SourceFiles); in doReport()
1110 if (SourceFiles.empty()) { in doReport()
1116 Report.renderFunctionReports(SourceFiles, DC, llvm::outs()); in doReport()
1171 if (SourceFiles.empty()) in doExport()
1174 Exporter->renderRoot(SourceFiles); in doExport()