|
LLVM
3.7.0
|
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... | |
Writer of the filenames section for the instrumentation based code coverage.
Definition at line 28 of file CoverageMappingWriter.h.
|
inline |
Definition at line 32 of file CoverageMappingWriter.h.
| 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().
1.8.6