Searched refs:SourceCoverageViewHTML (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.bin/clang/llvm-cov/
H A DMakefile17 SRCS+= SourceCoverageViewHTML.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp1 //===- SourceCoverageViewHTML.cpp - A html code coverage view -------------===//
14 #include "SourceCoverageViewHTML.h"
462 void SourceCoverageViewHTML::renderViewHeader(raw_ostream &OS) {
466 void SourceCoverageViewHTML::renderViewFooter(raw_ostream &OS) {
470 void SourceCoverageViewHTML::renderSourceName(raw_ostream &OS, bool WholeFile) {
475 void SourceCoverageViewHTML::renderLinePrefix(raw_ostream &OS, unsigned) {
479 void SourceCoverageViewHTML::renderLineSuffix(raw_ostream &OS, unsigned) {
487 void SourceCoverageViewHTML::renderViewDivider(raw_ostream &, unsigned) {
491 void SourceCoverageViewHTML::renderLine(raw_ostream &OS, LineRef L,
612 void SourceCoverageViewHTML
[all...]
H A DSourceCoverageViewHTML.h1 //===- SourceCoverageViewHTML.h - A html code coverage view ---------------===//
48 class SourceCoverageViewHTML : public SourceCoverageView { class in namespace:llvm
88 SourceCoverageViewHTML(StringRef SourceName, const MemoryBuffer &File, function in class:llvm::SourceCoverageViewHTML
H A DSourceCoverageView.cpp14 #include "SourceCoverageViewHTML.h"
147 return std::make_unique<SourceCoverageViewHTML>(

Completed in 61 milliseconds