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

#include <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 567 of file CoverageMapping.h.

Member Function Documentation

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

Definition at line 576 of file CoverageMapping.h.

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

Definition at line 573 of file CoverageMapping.h.

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

Definition at line 570 of file CoverageMapping.h.

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

Definition at line 579 of file CoverageMapping.h.

References llvm::IndexedInstrProf::Version.

Referenced by readCoverageMappingData().


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