LLVM  8.0.1
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< StringRef > Filenames)
 
void write (raw_ostream &OS)
 Write encoded filenames to the given output stream. More...
 

Detailed Description

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

Definition at line 30 of file CoverageMappingWriter.h.

Constructor & Destructor Documentation

◆ CoverageFilenamesSectionWriter()

llvm::coverage::CoverageFilenamesSectionWriter::CoverageFilenamesSectionWriter ( ArrayRef< StringRef Filenames)
inline

Definition at line 34 of file CoverageMappingWriter.h.

References write().

Member Function Documentation

◆ write()

void CoverageFilenamesSectionWriter::write ( raw_ostream OS)

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