struct CovMapHeader

Declaration

struct CovMapHeader { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:753

Member Variables

public uint32_t NRecords
public uint32_t FilenamesSize
public uint32_t CoverageSize
public uint32_t Version

Method Overview

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

Methods

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

Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:764

Templates

support::endianness Endian

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

Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:760

Templates

support::endianness Endian

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

Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:756

Templates

support::endianness Endian

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

Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:768

Templates

support::endianness Endian