Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp101 ArrayRef<std::string> SourceFiles, in renderFiles() argument
104 for (unsigned I = 0, E = SourceFiles.size(); I < E; ++I) in renderFiles()
105 renderFile(OS, Coverage, SourceFiles[I], FileReports[I], ExportSummaryOnly); in renderFiles()
111 std::vector<std::string> SourceFiles; in renderRoot() local
114 SourceFiles.emplace_back(SF); in renderRoot()
116 renderRoot(SourceFiles); in renderRoot()
119 void CoverageExporterLcov::renderRoot(ArrayRef<std::string> SourceFiles) { in renderRoot() argument
122 SourceFiles, Options); in renderRoot()
123 renderFiles(OS, Coverage, SourceFiles, FileReports, in renderRoot()
H A DCoverageExporterJson.cpp144 ArrayRef<std::string> SourceFiles, in renderFiles() argument
148 for (unsigned I = 0, E = SourceFiles.size(); I < E; ++I) in renderFiles()
149 FileArray.push_back(renderFile(Coverage, SourceFiles[I], FileReports[I], in renderFiles()
169 std::vector<std::string> SourceFiles; in renderRoot() local
172 SourceFiles.emplace_back(SF); in renderRoot()
174 renderRoot(SourceFiles); in renderRoot()
177 void CoverageExporterJson::renderRoot(ArrayRef<std::string> SourceFiles) { in renderRoot() argument
180 SourceFiles, Options); in renderRoot()
182 json::Object({{"files", renderFiles(Coverage, SourceFiles, FileReports, in renderRoot()
H A DCodeCoverage.cpp136 std::vector<std::string> SourceFiles; member in __anonfa170d750111::CodeCoverageTool
378 if (!SourceFiles.empty()) in load()
430 auto UncoveredFilesIt = SourceFiles.end(); in removeUnmappedInputs()
434 SourceFiles.begin(), SourceFiles.end(), [&](const std::string &SF) { in removeUnmappedInputs()
439 SourceFiles.erase(UncoveredFilesIt, SourceFiles.end()); in removeUnmappedInputs()
885 if (SourceFiles.empty()) in doShow()
889 SourceFiles.push_back(Filename); in doShow()
991 if (SourceFiles.empty()) in doReport()
996 if (SourceFiles.empty()) { in doReport()
1044 if (SourceFiles.empty()) in doExport()
[all …]
H A DCoverageExporterJson.h31 void renderRoot(ArrayRef<std::string> SourceFiles) override;
H A DCoverageExporterLcov.h31 void renderRoot(ArrayRef<std::string> SourceFiles) override;
H A Dgcov.cpp85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local
141 for (const auto &SourceFile : SourceFiles) in gcovMain()
H A DSourceCoverageViewHTML.cpp391 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument
431 Coverage, Totals, SourceFiles, Opts, Filters); in createIndexFile()
435 emitFileSummary(OSRef, SourceFiles[I], FileReports[I]); in createIndexFile()
452 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]); in createIndexFile()
H A DCoverageExporter.h47 virtual void renderRoot(ArrayRef<std::string> SourceFiles) = 0;
H A DSourceCoverageViewText.cpp32 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument
41 Report.renderFileReports(OSRef, SourceFiles, Filters); in createIndexFile()
H A DSourceCoverageViewText.h31 Error createIndexFile(ArrayRef<std::string> SourceFiles,
H A DSourceCoverageViewHTML.h33 Error createIndexFile(ArrayRef<std::string> SourceFiles,
H A DSourceCoverageView.h116 virtual Error createIndexFile(ArrayRef<std::string> SourceFiles,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp306 CComPtr<IDiaEnumSourceFiles> SourceFiles; in findSourceFiles() local
308 Session->findFile(DiaCompiland, Utf16Pattern.m_str, Flags, &SourceFiles)) in findSourceFiles()
310 return llvm::make_unique<DIAEnumSourceFiles>(*this, SourceFiles); in findSourceFiles()
317 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile() local
318 if (!SourceFiles || SourceFiles->getChildCount() == 0) in findOneSourceFile()
320 return SourceFiles->getNext(); in findOneSourceFile()
H A DDIATable.cpp35 return PDB_TableType::SourceFiles; in getTableType()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h69 return makeArrayRef(SourceFiles); in source_files()
94 std::vector<std::string> SourceFiles; variable
/freebsd-12.1/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl209 …<Copy SourceFiles="$\(MSBuildThisFileDirectory)bin\\$(package.target)-x86-$(package.platformtoolse…
210 …<!--<Copy SourceFiles="$\(MSBuildThisFileDirectory)bin\\$(package.target)-x86-$(package.platformto…
215 …<Copy SourceFiles="$\(MSBuildThisFileDirectory)bin\\$(package.target)-x86-$(package.platformtoolse…
216 …<Copy SourceFiles="$\(MSBuildThisFileDirectory)bin\\$(package.target)-x86-$(package.platformtoolse…
221 …<Copy SourceFiles="$\(MSBuildThisFileDirectory)bin\\$(package.target)-x64-$(package.platformtoolse…
222 …<!--<Copy SourceFiles="$\(MSBuildThisFileDirectory)bin\\$(package.target)-x64-$(package.platformto…
227 …<Copy SourceFiles="$\(MSBuildThisFileDirectory)bin\\$(package.target)-x64-$(package.platformtoolse…
228 …<Copy SourceFiles="$\(MSBuildThisFileDirectory)bin\\$(package.target)-x64-$(package.platformtoolse…
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp87 SourceFiles.push_back(Path); in addSourceFile()
114 Layout.NumFiles = SourceFiles.size(); in finalize()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h73 std::vector<StringRef> SourceFiles; member
H A DPdbYaml.cpp186 IO.mapOptional("SourceFiles", Obj.SourceFiles); in mapping()
H A DYAMLOutputStyle.cpp228 DMI.SourceFiles.assign(Files.begin(), Files.end()); in dumpDbiStream()
H A Dllvm-pdbutil.cpp804 for (auto S : MI.SourceFiles) in yamlToPdb()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h79 static int SourceFiles(CommandInterpreter &interpreter,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp42 {eSourceFileCompletion, CommandCompletions::SourceFiles},
75 int CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles() function in CommandCompletions
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h88 SourceFiles, enumerator