LLVM 19.0.0git
Public Member Functions | List of all members
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)
 
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 58 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 65 of file CoverageMappingWriter.h.

Member Function Documentation

◆ write()

void TestingFormatWriter::write ( raw_ostream OS,
TestingFormatVersion  Version = TestingFormatVersion::CurrentVersion 
)

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