/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | CoverageExporterJson.cpp | 122 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()
|
D | CodeCoverage.cpp | 135 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 …]
|
D | CoverageExporterJson.h | 73 void renderFiles(ArrayRef<std::string> SourceFiles, 107 void renderRoot(const std::vector<std::string> &SourceFiles) override;
|
D | gcov.cpp | 85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local 141 for (const auto &SourceFile : SourceFiles) in gcovMain()
|
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()
|
D | CoverageExporter.h | 47 virtual void renderRoot(const std::vector<std::string> &SourceFiles) = 0;
|
D | SourceCoverageViewText.cpp | 32 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage, in createIndexFile() argument 41 Report.renderFileReports(OSRef, SourceFiles, Filters); in createIndexFile()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 218 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/ |
D | ModInfo.h | 57 : Info(Ex.Info), SourceFiles(Ex.SourceFiles) {} in ModuleInfoEx() 60 std::vector<StringRef> SourceFiles; member
|
/external/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 97 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()
|
D | gcov.cpp | 85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() local 141 for (const auto &SourceFile : SourceFiles) in gcovMain()
|
D | SourceCoverageViewText.cpp | 30 Error CoveragePrinterText::createIndexFile(ArrayRef<StringRef> SourceFiles) { in createIndexFile() argument 37 for (StringRef SF : SourceFiles) in createIndexFile()
|
D | SourceCoverageViewHTML.cpp | 234 Error CoveragePrinterHTML::createIndexFile(ArrayRef<StringRef> SourceFiles) { in createIndexFile() argument 245 for (StringRef SF : SourceFiles) { in createIndexFile()
|
D | SourceCoverageViewText.h | 29 Error createIndexFile(ArrayRef<StringRef> SourceFiles) override;
|
D | SourceCoverageViewHTML.h | 29 Error createIndexFile(ArrayRef<StringRef> SourceFiles) override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 305 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()
|
D | DIATable.cpp | 46 return PDB_TableType::SourceFiles; in getTableType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.h | 68 return makeArrayRef(SourceFiles); in source_files() 93 std::vector<std::string> SourceFiles; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-source-names.test | 17 CHECK1: SourceFiles: 20 CHECK2: SourceFiles:
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | FactoryGenerator.java | 57 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()
|
D | MembersInjectorGenerator.java | 63 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(
|
D | SourceFiles.java | 49 class SourceFiles { class 306 private SourceFiles() {} in SourceFiles() method in SourceFiles
|
D | ProducerFactoryGenerator.java | 56 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/ |
D | DbiModuleDescriptorBuilder.cpp | 78 SourceFiles.push_back(Path); in addSourceFile() 105 Layout.NumFiles = SourceFiles.size(); in finalize()
|
/external/catch2/contrib/ |
D | ParseAndAddCatchTests.cmake | 197 get_target_property(SourceFiles ${TestTarget} SOURCES) 198 PrintDebugMessage("Found the following sources: ${SourceFiles}") 199 foreach(SourceFile ${SourceFiles})
|