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 1338 of file CoverageMapping.h.

Member Function Documentation

◆ getCoverageSize()

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

Definition at line 1349 of file CoverageMapping.h.

◆ getFilenamesSize()

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

Definition at line 1345 of file CoverageMapping.h.

◆ getNRecords()

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

Definition at line 1341 of file CoverageMapping.h.

◆ getVersion()

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

Definition at line 1353 of file CoverageMapping.h.

References llvm::Version.


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