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

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

Public Member Functions

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

Detailed Description

Definition at line 992 of file CoverageMapping.h.

Member Function Documentation

◆ getCoverageSize()

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

Definition at line 1003 of file CoverageMapping.h.

◆ getFilenamesSize()

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

Definition at line 999 of file CoverageMapping.h.

◆ getNRecords()

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

Definition at line 995 of file CoverageMapping.h.

◆ getVersion()

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

Definition at line 1007 of file CoverageMapping.h.


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