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

#include <CoverageMapping.h>

Public Types

typedef CovMapFunctionRecord CovMapFuncRecordType
 
typedef uint64_t NameRefType
 

Detailed Description

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

Definition at line 596 of file CoverageMapping.h.

Member Typedef Documentation

template<int CovMapVersion, class IntPtrT>
typedef CovMapFunctionRecord llvm::coverage::CovMapTraits< CovMapVersion, IntPtrT >::CovMapFuncRecordType

Definition at line 597 of file CoverageMapping.h.

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

Definition at line 598 of file CoverageMapping.h.


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