LLVM 19.0.0git
Public Member Functions | List of all members
llvm::coverage::CoverageFilenamesSectionWriter Class Reference

Writer of the filenames section for the instrumentation based code coverage. More...

#include "llvm/ProfileData/Coverage/CoverageMappingWriter.h"

Public Member Functions

 CoverageFilenamesSectionWriter (ArrayRef< std::string > Filenames)
 
void write (raw_ostream &OS, bool Compress=true)
 Write encoded filenames to the given output stream.
 

Detailed Description

Writer of the filenames section for the instrumentation based code coverage.

Definition at line 29 of file CoverageMappingWriter.h.

Constructor & Destructor Documentation

◆ CoverageFilenamesSectionWriter()

CoverageFilenamesSectionWriter::CoverageFilenamesSectionWriter ( ArrayRef< std::string >  Filenames)

Member Function Documentation

◆ write()

void CoverageFilenamesSectionWriter::write ( raw_ostream OS,
bool  Compress = true 
)

The documentation for this class was generated from the following files: