Searched refs:InToplevel (Results 1 – 12 of 12) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 32 bool InToplevel, bool Relative) { in getOutputPath() argument 40 if (!InToplevel) in getOutputPath() 55 bool InToplevel) { in createOutputStream() argument 59 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream()
|
D | SourceCoverageView.h | 118 bool InToplevel, bool Relative = true); 123 bool InToplevel); 139 bool InToplevel) = 0;
|
D | SourceCoverageViewText.cpp | 22 CoveragePrinterText::createViewFile(StringRef Path, bool InToplevel) { in createViewFile() argument 23 return createOutputStream(Path, "txt", InToplevel); in createViewFile()
|
D | SourceCoverageViewHTML.cpp | 220 CoveragePrinterHTML::createViewFile(StringRef Path, bool InToplevel) { in createViewFile() argument 221 auto OSOrErr = createOutputStream(Path, "html", InToplevel); in createViewFile()
|
D | SourceCoverageViewText.h | 25 bool InToplevel) override;
|
D | SourceCoverageViewHTML.h | 25 bool InToplevel) override;
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 31 bool InToplevel, in getOutputPath() argument 40 if (!InToplevel) in getOutputPath() 56 bool InToplevel) const { in createOutputStream() 60 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream()
|
D | SourceCoverageView.h | 88 bool InToplevel, bool Relative = true) const; 93 bool InToplevel) const; 109 bool InToplevel) = 0;
|
D | SourceCoverageViewText.cpp | 22 CoveragePrinterText::createViewFile(StringRef Path, bool InToplevel) { in createViewFile() argument 23 return createOutputStream(Path, "txt", InToplevel); in createViewFile()
|
D | SourceCoverageViewText.h | 26 bool InToplevel) override;
|
D | SourceCoverageViewHTML.h | 28 bool InToplevel) override;
|
D | SourceCoverageViewHTML.cpp | 283 CoveragePrinterHTML::createViewFile(StringRef Path, bool InToplevel) { in createViewFile() argument 284 auto OSOrErr = createOutputStream(Path, "html", InToplevel); in createViewFile() 293 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile()
|