LLVM 22.0.0git
llvm::coverage::TestingFormatWriter Class Reference

Writer for the coverage mapping testing format. More...

#include "llvm/ProfileData/Coverage/CoverageMappingWriter.h"

Public Member Functions

 TestingFormatWriter (uint64_t ProfileNamesAddr, StringRef ProfileNamesData, StringRef CoverageMappingData, StringRef CoverageRecordsData)
LLVM_ABI void write (raw_ostream &OS, TestingFormatVersion Version=TestingFormatVersion::CurrentVersion)
 Encode to the given output stream.

Detailed Description

Writer for the coverage mapping testing format.

Definition at line 59 of file CoverageMappingWriter.h.

Constructor & Destructor Documentation

◆ TestingFormatWriter()

llvm::coverage::TestingFormatWriter::TestingFormatWriter ( uint64_t ProfileNamesAddr,
StringRef ProfileNamesData,
StringRef CoverageMappingData,
StringRef CoverageRecordsData )
inline

Definition at line 66 of file CoverageMappingWriter.h.

Member Function Documentation

◆ write()


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