Home
last modified time | relevance | path

Searched refs:createIndexFile (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
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,
H A DSourceCoverageViewText.cpp31 Error CoveragePrinterText::createIndexFile( in createIndexFile() function in CoveragePrinterText
H A DSourceCoverageViewHTML.cpp394 Error CoveragePrinterHTML::createIndexFile( in createIndexFile() function in CoveragePrinterHTML
H A DCodeCoverage.cpp1008 if (Error E = Printer->createIndexFile(SourceFiles, *Coverage, Filters)) { in doShow()