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

#include "llvm/ProfileData/Coverage/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 677 of file CoverageMapping.h.

Member Function Documentation

◆ getDataSize()

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

Definition at line 689 of file CoverageMapping.h.

◆ getFuncHash()

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

Definition at line 684 of file CoverageMapping.h.

◆ getFuncName()

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

◆ getFuncNameRef()

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

Definition at line 694 of file CoverageMapping.h.


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