Lines Matching refs:SourceFiles
162 std::vector<std::string> SourceFiles; member in __anon90b360e60111::CodeCoverageTool
229 SourceFiles.emplace_back(EffectivePath.str()); in addCollectedPath()
230 HadSourceFiles = !SourceFiles.empty(); in addCollectedPath()
514 if (!SourceFiles.empty()) in load()
563 for (std::string &Filename : SourceFiles) { in remapPathNames()
577 llvm::erase_if(SourceFiles, [&](const std::string &SF) { in removeUnmappedInputs()
970 for (const std::string &SF : SourceFiles) in run()
1156 if (SourceFiles.empty() && !HadSourceFiles) in doShow()
1160 SourceFiles.push_back(std::string(Filename)); in doShow()
1165 if (Error E = Printer->createIndexFile(SourceFiles, *Coverage, Filters)) { in doShow()
1175 for (const auto &SourceFile : SourceFiles) in doShow()
1211 (SourceFiles.size() != 1) || ViewOpts.hasOutputDirectory() || in doShow()
1218 S = heavyweight_hardware_concurrency(SourceFiles.size()); in doShow()
1223 for (const std::string &SourceFile : SourceFiles) in doShow()
1229 for (const std::string &SourceFile : SourceFiles) in doShow()
1268 if (SourceFiles.empty()) in doReport()
1271 Report.renderFileReports(llvm::outs(), SourceFiles); in doReport()
1273 if (SourceFiles.empty()) { in doReport()
1279 Report.renderFunctionReports(SourceFiles, DC, llvm::outs()); in doReport()
1345 if (SourceFiles.empty()) in doExport()
1348 Exporter->renderRoot(SourceFiles); in doExport()