LLVM 22.0.0git
llvm::coverage::CovMapTraits< CovMapVersion, IntPtrT > Struct Template Reference

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

Inheritance diagram for llvm::coverage::CovMapTraits< CovMapVersion, IntPtrT >:
[legend]

Public Types

using CovMapFuncRecordType = CovMapFunctionRecordV3
using NameRefType = uint64_t

Detailed Description

template<int CovMapVersion, class IntPtrT>
struct llvm::coverage::CovMapTraits< CovMapVersion, IntPtrT >

Definition at line 1473 of file CoverageMapping.h.

Member Typedef Documentation

◆ CovMapFuncRecordType

template<int CovMapVersion, class IntPtrT>
using llvm::coverage::CovMapTraits< CovMapVersion, IntPtrT >::CovMapFuncRecordType = CovMapFunctionRecordV3

Definition at line 1474 of file CoverageMapping.h.

◆ NameRefType

template<int CovMapVersion, class IntPtrT>
using llvm::coverage::CovMapTraits< CovMapVersion, IntPtrT >::NameRefType = uint64_t

Definition at line 1475 of file CoverageMapping.h.


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