Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageExporterJson.cpp122 std::vector<std::string> SourceFiles; in renderRoot() local
125 SourceFiles.emplace_back(SF); in renderRoot()
127 renderRoot(SourceFiles); in renderRoot()
131 const std::vector<std::string> &SourceFiles) { in renderRoot() argument
149 SourceFiles, Options); in renderRoot()
150 renderFiles(SourceFiles, FileReports); in renderRoot()
209 ArrayRef<std::string> SourceFiles, in renderFiles() argument
214 for (unsigned I = 0, E = SourceFiles.size(); I < E; ++I) { in renderFiles()
215 renderFile(SourceFiles[I], FileReports[I]); in renderFiles()
DCodeCoverage.cpp135 std::vector<std::string> SourceFiles; member in __anon3461fdd30111::CodeCoverageTool
194 SourceFiles.emplace_back(EffectivePath.str()); in addCollectedPath()
382 if (!SourceFiles.empty()) in load()
422 for (std::string &Filename : SourceFiles) { in remapPathNames()
434 auto UncoveredFilesIt = SourceFiles.end(); in removeUnmappedInputs()
438 SourceFiles.begin(), SourceFiles.end(), [&](const std::string &SF) { in removeUnmappedInputs()
443 SourceFiles.erase(UncoveredFilesIt, SourceFiles.end()); in removeUnmappedInputs()
769 for (const std::string &SF : SourceFiles) in run()
877 if (SourceFiles.empty()) in doShow()
881 SourceFiles.push_back(Filename); in doShow()
[all …]
DCoverageExporterJson.h73 void renderFiles(ArrayRef<std::string> SourceFiles,
107 void renderRoot(const std::vector<std::string> &SourceFiles) override;
Dgcov.cpp85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local
141 for (const auto &SourceFile : SourceFiles) in gcovMain()
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()
DCoverageExporter.h47 virtual void renderRoot(const std::vector<std::string> &SourceFiles) = 0;
DSourceCoverageViewText.cpp32 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument
41 Report.renderFileReports(OSRef, SourceFiles, Filters); in createIndexFile()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp218 CComPtr<IDiaEnumSourceFiles> SourceFiles; in findSourceFiles() local
220 Session->findFile(DiaCompiland, Utf16Pattern.m_str, Flags, &SourceFiles)) in findSourceFiles()
222 return llvm::make_unique<DIAEnumSourceFiles>(*this, SourceFiles); in findSourceFiles()
229 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile() local
230 if (!SourceFiles || SourceFiles->getChildCount() == 0) in findOneSourceFile()
232 return SourceFiles->getNext(); in findOneSourceFile()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h57 : Info(Ex.Info), SourceFiles(Ex.SourceFiles) {} in ModuleInfoEx()
60 std::vector<StringRef> SourceFiles; member
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp97 std::vector<StringRef> SourceFiles; member in __anon777dc57b0111::CodeCoverageTool
147 SourceFiles.emplace_back(CollectedPaths.back()); in addCollectedPath()
278 for (auto &SF : SourceFiles) { in load()
533 bool ShowFilenames = SourceFiles.size() != 1; in show()
535 if (SourceFiles.empty()) in show()
538 SourceFiles.push_back(Filename); in show()
542 if (Error E = Printer->createIndexFile(SourceFiles)) { in show()
554 for (StringRef &SourceFile : SourceFiles) { in show()
596 if (SourceFiles.empty()) in report()
599 Report.renderFunctionReports(SourceFiles, llvm::outs()); in report()
Dgcov.cpp85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local
141 for (const auto &SourceFile : SourceFiles) in gcovMain()
DSourceCoverageViewText.cpp30 Error CoveragePrinterText::createIndexFile(ArrayRef<StringRef> SourceFiles) { in createIndexFile() argument
37 for (StringRef SF : SourceFiles) in createIndexFile()
DSourceCoverageViewHTML.cpp234 Error CoveragePrinterHTML::createIndexFile(ArrayRef<StringRef> SourceFiles) { in createIndexFile() argument
245 for (StringRef SF : SourceFiles) { in createIndexFile()
DSourceCoverageViewText.h29 Error createIndexFile(ArrayRef<StringRef> SourceFiles) override;
DSourceCoverageViewHTML.h29 Error createIndexFile(ArrayRef<StringRef> SourceFiles) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp305 CComPtr<IDiaEnumSourceFiles> SourceFiles; in findSourceFiles() local
307 Session->findFile(DiaCompiland, Utf16Pattern.m_str, Flags, &SourceFiles)) in findSourceFiles()
309 return llvm::make_unique<DIAEnumSourceFiles>(*this, SourceFiles); in findSourceFiles()
316 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile() local
317 if (!SourceFiles || SourceFiles->getChildCount() == 0) in findOneSourceFile()
319 return SourceFiles->getNext(); in findOneSourceFile()
DDIATable.cpp46 return PDB_TableType::SourceFiles; in getTableType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h68 return makeArrayRef(SourceFiles); in source_files()
93 std::vector<std::string> SourceFiles; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-source-names.test17 CHECK1: SourceFiles:
20 CHECK2: SourceFiles:
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DFactoryGenerator.java57 import static dagger.internal.codegen.SourceFiles.frameworkTypeUsageStatement;
58 import static dagger.internal.codegen.SourceFiles.generatedClassNameForBinding;
59 import static dagger.internal.codegen.SourceFiles.parameterizedGeneratedTypeNameForBinding;
170 SourceFiles.generateBindingFieldsForDependencies( in write()
DMembersInjectorGenerator.java63 import static dagger.internal.codegen.SourceFiles.frameworkTypeUsageStatement;
64 import static dagger.internal.codegen.SourceFiles.membersInjectorNameForType;
65 import static dagger.internal.codegen.SourceFiles.parameterizedGeneratedTypeNameForBinding;
149 SourceFiles.generateBindingFieldsForDependencies(
DSourceFiles.java49 class SourceFiles { class
306 private SourceFiles() {} in SourceFiles() method in SourceFiles
DProducerFactoryGenerator.java56 import static dagger.internal.codegen.SourceFiles.frameworkTypeUsageStatement;
57 import static dagger.internal.codegen.SourceFiles.generatedClassNameForBinding;
109 SourceFiles.generateBindingFieldsForDependencies( in write()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp78 SourceFiles.push_back(Path); in addSourceFile()
105 Layout.NumFiles = SourceFiles.size(); in finalize()
/external/catch2/contrib/
DParseAndAddCatchTests.cmake197 get_target_property(SourceFiles ${TestTarget} SOURCES)
198 PrintDebugMessage("Found the following sources: ${SourceFiles}")
199 foreach(SourceFile ${SourceFiles})

12