LLVM  3.7.0
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 <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 28 of file CoverageMappingWriter.h.

Constructor & Destructor Documentation

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

Definition at line 32 of file CoverageMappingWriter.h.

Member Function Documentation

void CoverageFilenamesSectionWriter::write ( raw_ostream OS)

Write encoded filenames to the given output stream.

Definition at line 21 of file CoverageMappingWriter.cpp.

References llvm::encodeULEB128().


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