Lines Matching refs:SourceFiles
152 std::vector<std::string> SourceFiles; member in __anone83340200111::CodeCoverageTool
214 SourceFiles.emplace_back(EffectivePath.str()); in addCollectedPath()
215 HadSourceFiles = !SourceFiles.empty(); in addCollectedPath()
458 if (!SourceFiles.empty()) in load()
501 for (std::string &Filename : SourceFiles) { in remapPathNames()
515 llvm::erase_if(SourceFiles, [&](const std::string &SF) { in removeUnmappedInputs()
898 for (const std::string &SF : SourceFiles) in run()
1072 if (SourceFiles.empty() && !HadSourceFiles) in doShow()
1076 SourceFiles.push_back(std::string(Filename)); in doShow()
1081 if (Error E = Printer->createIndexFile(SourceFiles, *Coverage, Filters)) { in doShow()
1091 for (const auto &SourceFile : SourceFiles) in doShow()
1127 (SourceFiles.size() != 1) || ViewOpts.hasOutputDirectory() || in doShow()
1134 S = heavyweight_hardware_concurrency(SourceFiles.size()); in doShow()
1139 for (const std::string &SourceFile : SourceFiles) in doShow()
1145 for (const std::string &SourceFile : SourceFiles) in doShow()
1184 if (SourceFiles.empty()) in doReport()
1187 Report.renderFileReports(llvm::outs(), SourceFiles); in doReport()
1189 if (SourceFiles.empty()) { in doReport()
1195 Report.renderFunctionReports(SourceFiles, DC, llvm::outs()); in doReport()
1256 if (SourceFiles.empty()) in doExport()
1259 Exporter->renderRoot(SourceFiles); in doExport()