LLVM  8.0.1
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 740 of file CoverageMapping.h.

Member Function Documentation

◆ getCoverageSize()

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

Definition at line 751 of file CoverageMapping.h.

◆ getFilenamesSize()

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

Definition at line 747 of file CoverageMapping.h.

◆ getNRecords()

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

Definition at line 743 of file CoverageMapping.h.

◆ getVersion()

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

Definition at line 755 of file CoverageMapping.h.

References LLVM_PACKED_END, and llvm::IndexedInstrProf::Version.


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