class CoverageFilenamesSectionWriter
Declaration
class CoverageFilenamesSectionWriter { /* full declaration omitted */ };
Description
Writer of the filenames section for the instrumentation based code coverage.
Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h:29
Method Overview
- public CoverageFilenamesSectionWriter(ArrayRef<llvm::StringRef> Filenames)
- public void write(llvm::raw_ostream & OS)
Methods
¶CoverageFilenamesSectionWriter(
ArrayRef<llvm::StringRef> Filenames)
CoverageFilenamesSectionWriter(
ArrayRef<llvm::StringRef> Filenames)
Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h:33
Parameters
- ArrayRef<llvm::StringRef> Filenames
¶void write(llvm::raw_ostream& OS)
void write(llvm::raw_ostream& OS)
Description
Write encoded filenames to the given output stream.
Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h:36