Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp199 ArrayRef<std::string> SourceFiles, in renderFiles() argument
203 for (unsigned I = 0, E = SourceFiles.size(); I < E; ++I) in renderFiles()
204 renderFile(OS, Coverage, SourceFiles[I], FileReports[I], ExportSummaryOnly, in renderFiles()
211 std::vector<std::string> SourceFiles; in renderRoot() local
214 SourceFiles.emplace_back(SF); in renderRoot()
216 renderRoot(SourceFiles); in renderRoot()
219 void CoverageExporterLcov::renderRoot(ArrayRef<std::string> SourceFiles) { in renderRoot() argument
222 SourceFiles, Options); in renderRoot()
223 renderFiles(OS, Coverage, SourceFiles, FileReports, Options.ExportSummaryOnly, in renderRoot()
H A DCoverageExporterJson.cpp229 ArrayRef<std::string> SourceFiles, in renderFiles() argument
236 S = heavyweight_hardware_concurrency(SourceFiles.size()); in renderFiles()
243 for (unsigned I = 0, E = SourceFiles.size(); I < E; ++I) { in renderFiles()
244 auto &SourceFile = SourceFiles[I]; in renderFiles()
274 std::vector<std::string> SourceFiles; in renderRoot() local
277 SourceFiles.emplace_back(SF); in renderRoot()
279 renderRoot(SourceFiles); in renderRoot()
282 void CoverageExporterJson::renderRoot(ArrayRef<std::string> SourceFiles) { in renderRoot() argument
285 SourceFiles, Options); in renderRoot()
286 auto Files = renderFiles(Coverage, SourceFiles, FileReports, Options); in renderRoot()
H A DCodeCoverage.cpp157 std::vector<std::string> SourceFiles; member in __anonf127be270111::CodeCoverageTool
221 SourceFiles.emplace_back(EffectivePath.str()); in addCollectedPath()
222 HadSourceFiles = !SourceFiles.empty(); in addCollectedPath()
465 if (!SourceFiles.empty()) in load()
508 for (std::string &Filename : SourceFiles) { in remapPathNames()
522 llvm::erase_if(SourceFiles, [&](const std::string &SF) { in removeUnmappedInputs()
902 for (const std::string &SF : SourceFiles) in run()
1076 if (SourceFiles.empty() && !HadSourceFiles) in doShow()
1080 SourceFiles.push_back(std::string(Filename)); in doShow()
1085 if (Error E = Printer->createIndexFile(SourceFiles, *Coverage, Filters)) { in doShow()
[all …]
H A DCoverageExporterLcov.h30 void renderRoot(ArrayRef<std::string> SourceFiles) override;
H A DCoverageExporterJson.h30 void renderRoot(ArrayRef<std::string> SourceFiles) override;
H A DCoverageExporter.h46 virtual void renderRoot(ArrayRef<std::string> SourceFiles) = 0;
H A DSourceCoverageViewHTML.cpp395 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 Dgcov.cpp86 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local
176 for (const auto &SourceFile : SourceFiles) in gcovMain()
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.h30 Error createIndexFile(ArrayRef<std::string> SourceFiles,
H A DSourceCoverageViewHTML.h32 Error createIndexFile(ArrayRef<std::string> SourceFiles,
H A DSourceCoverageView.h132 virtual Error createIndexFile(ArrayRef<std::string> SourceFiles,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp297 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 DDIATable.cpp34 return PDB_TableType::SourceFiles; in getTableType()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h111 ArrayRef<std::string> source_files() const { return SourceFiles; } in source_files()
141 std::vector<std::string> SourceFiles; variable
H A DSymbolCache.h63 mutable std::vector<std::unique_ptr<NativeSourceFile>> SourceFiles; variable
/openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp172 static int HandleFiles(ArrayRef<std::string> SourceFiles, in HandleFiles() argument
179 for (StringRef Src : SourceFiles) { in HandleFiles()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp102 SourceFiles.push_back(std::string(Path)); in addSourceFile()
127 Layout.NumFiles = SourceFiles.size(); in finalize()
H A DSymbolCache.cpp82 SourceFiles.push_back(nullptr); in SymbolCache()
615 assert(FileId < SourceFiles.size()); in getSourceFileById()
622 new NativeSourceFile(*SourceFiles[FileId].get())); in getSourceFileById()
631 SymIndexId Id = SourceFiles.size(); in getOrCreateSourceFile()
633 SourceFiles.push_back(std::move(SrcFile)); in getOrCreateSourceFile()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h68 std::vector<StringRef> SourceFiles; member
H A DPdbYaml.cpp186 IO.mapOptional("SourceFiles", Obj.SourceFiles); in mapping()
H A DYAMLOutputStyle.cpp227 DMI.SourceFiles.assign(Files.begin(), Files.end()); in dumpDbiStream()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h87 static void SourceFiles(CommandInterpreter &interpreter,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp57 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
305 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles() function in CommandCompletions
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h89 SourceFiles, enumerator

12