| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 101 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 D | CoverageExporterJson.cpp | 144 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 D | CodeCoverage.cpp | 136 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 D | CoverageExporterJson.h | 31 void renderRoot(ArrayRef<std::string> SourceFiles) override;
|
| H A D | CoverageExporterLcov.h | 31 void renderRoot(ArrayRef<std::string> SourceFiles) override;
|
| H A D | gcov.cpp | 85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local 141 for (const auto &SourceFile : SourceFiles) in gcovMain()
|
| H A D | SourceCoverageViewHTML.cpp | 391 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 D | CoverageExporter.h | 47 virtual void renderRoot(ArrayRef<std::string> SourceFiles) = 0;
|
| H A D | SourceCoverageViewText.cpp | 32 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument 41 Report.renderFileReports(OSRef, SourceFiles, Filters); in createIndexFile()
|
| H A D | SourceCoverageViewText.h | 31 Error createIndexFile(ArrayRef<std::string> SourceFiles,
|
| H A D | SourceCoverageViewHTML.h | 33 Error createIndexFile(ArrayRef<std::string> SourceFiles,
|
| H A D | SourceCoverageView.h | 116 virtual Error createIndexFile(ArrayRef<std::string> SourceFiles,
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 306 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 D | DIATable.cpp | 35 return PDB_TableType::SourceFiles; in getTableType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.h | 69 return makeArrayRef(SourceFiles); in source_files() 94 std::vector<std::string> SourceFiles; variable
|
| /freebsd-12.1/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 209 …<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 D | DbiModuleDescriptorBuilder.cpp | 87 SourceFiles.push_back(Path); in addSourceFile() 114 Layout.NumFiles = SourceFiles.size(); in finalize()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | PdbYaml.h | 73 std::vector<StringRef> SourceFiles; member
|
| H A D | PdbYaml.cpp | 186 IO.mapOptional("SourceFiles", Obj.SourceFiles); in mapping()
|
| H A D | YAMLOutputStyle.cpp | 228 DMI.SourceFiles.assign(Files.begin(), Files.end()); in dumpDbiStream()
|
| H A D | llvm-pdbutil.cpp | 804 for (auto S : MI.SourceFiles) in yamlToPdb()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 79 static int SourceFiles(CommandInterpreter &interpreter,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 42 {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 D | PDBTypes.h | 88 SourceFiles, enumerator
|