LLVM  4.0.0
Public Types | List of all members
llvm::coverage::CovMapTraits< CovMapVersion::Version1, IntPtrT > Struct Template Reference

#include <CoverageMapping.h>

Public Types

typedef CovMapFunctionRecordV1
< IntPtrT > 
CovMapFuncRecordType
 
typedef IntPtrT NameRefType
 

Detailed Description

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

Definition at line 601 of file CoverageMapping.h.

Member Typedef Documentation

template<class IntPtrT >
typedef CovMapFunctionRecordV1<IntPtrT> llvm::coverage::CovMapTraits< CovMapVersion::Version1, IntPtrT >::CovMapFuncRecordType

Definition at line 602 of file CoverageMapping.h.

template<class IntPtrT >
typedef IntPtrT llvm::coverage::CovMapTraits< CovMapVersion::Version1, IntPtrT >::NameRefType

Definition at line 603 of file CoverageMapping.h.


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