LLVM API Documentation

Public Member Functions
llvm::coverage::CoverageFilenamesSectionWriter Class Reference

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

#include <CoverageMappingWriter.h>

List of all members.

Public Member Functions

 CoverageFilenamesSectionWriter (ArrayRef< StringRef > Filenames)
void write (raw_ostream &OS)
 Write encoded filenames to the given output stream.

Detailed Description

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

Definition at line 28 of file CoverageMappingWriter.h.


Constructor & Destructor Documentation

Definition at line 32 of file CoverageMappingWriter.h.


Member Function Documentation

Write encoded filenames to the given output stream.

Definition at line 21 of file CoverageMappingWriter.cpp.

References llvm::encodeULEB128(), and llvm::ArrayRef< T >::size().


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