LLVM 19.0.0git
Public Member Functions | List of all members
llvm::coverage::CovMapHeader Struct Reference

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

Public Member Functions

template<llvm::endianness Endian>
uint32_t getNRecords () const
 
template<llvm::endianness Endian>
uint32_t getFilenamesSize () const
 
template<llvm::endianness Endian>
uint32_t getCoverageSize () const
 
template<llvm::endianness Endian>
uint32_t getVersion () const
 

Detailed Description

Definition at line 1341 of file CoverageMapping.h.

Member Function Documentation

◆ getCoverageSize()

template<llvm::endianness Endian>
uint32_t llvm::coverage::CovMapHeader::getCoverageSize ( ) const
inline

Definition at line 1352 of file CoverageMapping.h.

◆ getFilenamesSize()

template<llvm::endianness Endian>
uint32_t llvm::coverage::CovMapHeader::getFilenamesSize ( ) const
inline

Definition at line 1348 of file CoverageMapping.h.

◆ getNRecords()

template<llvm::endianness Endian>
uint32_t llvm::coverage::CovMapHeader::getNRecords ( ) const
inline

Definition at line 1344 of file CoverageMapping.h.

◆ getVersion()

template<llvm::endianness Endian>
uint32_t llvm::coverage::CovMapHeader::getVersion ( ) const
inline

Definition at line 1356 of file CoverageMapping.h.


The documentation for this struct was generated from the following file: