| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 197 ArrayRef<std::string> SourceFiles, in renderFiles() argument 200 for (unsigned I = 0, E = SourceFiles.size(); I < E; ++I) in renderFiles() 201 renderFile(OS, Coverage, SourceFiles[I], FileReports[I], ExportSummaryOnly, in renderFiles() 208 std::vector<std::string> SourceFiles; in renderRoot() local 211 SourceFiles.emplace_back(SF); in renderRoot() 213 renderRoot(SourceFiles); in renderRoot() 216 void CoverageExporterLcov::renderRoot(ArrayRef<std::string> SourceFiles) { in renderRoot() argument 219 SourceFiles, Options); in renderRoot() 220 renderFiles(OS, Coverage, SourceFiles, FileReports, Options.ExportSummaryOnly, in renderRoot()
|
| H A D | CoverageExporterJson.cpp | 230 ArrayRef<std::string> SourceFiles, in renderFiles() argument 237 S = heavyweight_hardware_concurrency(SourceFiles.size()); in renderFiles() 244 for (unsigned I = 0, E = SourceFiles.size(); I < E; ++I) { in renderFiles() 245 auto &SourceFile = SourceFiles[I]; in renderFiles() 275 std::vector<std::string> SourceFiles; in renderRoot() local 278 SourceFiles.emplace_back(SF); in renderRoot() 280 renderRoot(SourceFiles); in renderRoot() 283 void CoverageExporterJson::renderRoot(ArrayRef<std::string> SourceFiles) { in renderRoot() argument 286 SourceFiles, Options); in renderRoot() 287 auto Files = renderFiles(Coverage, SourceFiles, FileReports, Options); in renderRoot()
|
| H A D | CodeCoverage.cpp | 152 std::vector<std::string> SourceFiles; member in __anon1753d6240111::CodeCoverageTool 215 HadSourceFiles = !SourceFiles.empty(); in addCollectedPath() 460 if (!SourceFiles.empty()) in load() 503 for (std::string &Filename : SourceFiles) { in remapPathNames() 871 for (const std::string &SF : SourceFiles) in run() 999 if (SourceFiles.empty() && !HadSourceFiles) in doShow() 1018 for (const auto &SourceFile : SourceFiles) in doShow() 1105 if (SourceFiles.empty()) in doReport() 1110 if (SourceFiles.empty()) { in doReport() 1171 if (SourceFiles.empty()) in doExport() [all …]
|
| H A D | CoverageExporterLcov.h | 30 void renderRoot(ArrayRef<std::string> SourceFiles) override;
|
| H A D | CoverageExporterJson.h | 30 void renderRoot(ArrayRef<std::string> SourceFiles) override;
|
| H A D | CoverageExporter.h | 46 virtual void renderRoot(ArrayRef<std::string> SourceFiles) = 0;
|
| H A D | SourceCoverageViewHTML.cpp | 395 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument 435 Coverage, Totals, SourceFiles, Opts, Filters); in createIndexFile() 439 emitFileSummary(OSRef, SourceFiles[I], FileReports[I]); in createIndexFile() 456 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]); in createIndexFile()
|
| H A D | gcov.cpp | 86 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local 176 for (const auto &SourceFile : SourceFiles) in gcovMain()
|
| 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 | 30 Error createIndexFile(ArrayRef<std::string> SourceFiles,
|
| H A D | SourceCoverageViewHTML.h | 32 Error createIndexFile(ArrayRef<std::string> SourceFiles,
|
| H A D | SourceCoverageView.h | 132 virtual Error createIndexFile(ArrayRef<std::string> SourceFiles,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 297 CComPtr<IDiaEnumSourceFiles> SourceFiles; in findSourceFiles() local 299 Session->findFile(DiaCompiland, Utf16Pattern.m_str, Flags, &SourceFiles)) in findSourceFiles() 301 return std::make_unique<DIAEnumSourceFiles>(*this, SourceFiles); in findSourceFiles() 308 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile() local 309 if (!SourceFiles || SourceFiles->getChildCount() == 0) in findOneSourceFile() 311 return SourceFiles->getNext(); in findOneSourceFile()
|
| H A D | DIATable.cpp | 34 return PDB_TableType::SourceFiles; in getTableType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.h | 114 return makeArrayRef(SourceFiles); in source_files() 145 std::vector<std::string> SourceFiles; variable
|
| H A D | SymbolCache.h | 57 mutable std::vector<std::unique_ptr<NativeSourceFile>> SourceFiles; variable
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.cpp | 98 SourceFiles.push_back(std::string(Path)); in addSourceFile() 123 Layout.NumFiles = SourceFiles.size(); in finalize()
|
| H A D | SymbolCache.cpp | 77 SourceFiles.push_back(nullptr); in SymbolCache() 610 assert(FileId < SourceFiles.size()); in getSourceFileById() 617 new NativeSourceFile(*SourceFiles[FileId].get())); in getSourceFileById() 626 SymIndexId Id = SourceFiles.size(); in getOrCreateSourceFile() 628 SourceFiles.push_back(std::move(SrcFile)); in getOrCreateSourceFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PdbYaml.h | 72 std::vector<StringRef> SourceFiles; member
|
| H A D | PdbYaml.cpp | 186 IO.mapOptional("SourceFiles", Obj.SourceFiles); in mapping()
|
| H A D | YAMLOutputStyle.cpp | 227 DMI.SourceFiles.assign(Files.begin(), Files.end()); in dumpDbiStream()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 86 static void SourceFiles(CommandInterpreter &interpreter,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 55 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks() 303 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles() function in CommandCompletions
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 89 SourceFiles, enumerator
|