LLVM  4.0.0
Public Member Functions | List of all members
llvm::coverage::CovMapFunctionRecordV1< IntPtrT > Struct Template Reference

#include <CoverageMapping.h>

Public Member Functions

template<support::endianness Endian>
uint64_t getFuncHash () const
 
template<support::endianness Endian>
uint32_t getDataSize () const
 
template<support::endianness Endian>
IntPtrT getFuncNameRef () const
 
template<support::endianness Endian>
Error getFuncName (InstrProfSymtab &ProfileNames, StringRef &FuncName) const
 

Detailed Description

template<class IntPtrT>
struct llvm::coverage::CovMapFunctionRecordV1< IntPtrT >

Definition at line 510 of file CoverageMapping.h.

Member Function Documentation

template<class IntPtrT >
template<support::endianness Endian>
uint32_t llvm::coverage::CovMapFunctionRecordV1< IntPtrT >::getDataSize ( ) const
inline

Definition at line 521 of file CoverageMapping.h.

template<class IntPtrT >
template<support::endianness Endian>
uint64_t llvm::coverage::CovMapFunctionRecordV1< IntPtrT >::getFuncHash ( ) const
inline

Definition at line 517 of file CoverageMapping.h.

template<class IntPtrT >
template<support::endianness Endian>
Error llvm::coverage::CovMapFunctionRecordV1< IntPtrT >::getFuncName ( InstrProfSymtab ProfileNames,
StringRef FuncName 
) const
inline
template<class IntPtrT >
template<support::endianness Endian>
IntPtrT llvm::coverage::CovMapFunctionRecordV1< IntPtrT >::getFuncNameRef ( ) const
inline

Definition at line 525 of file CoverageMapping.h.


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