LLVM  8.0.1
Public Member Functions | List of all members
llvm::coverage::CovMapFunctionRecord Struct 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>
uint64_t getFuncNameRef () const
 
template<support::endianness Endian>
Error getFuncName (InstrProfSymtab &ProfileNames, StringRef &FuncName) const
 

Detailed Description

Definition at line 710 of file CoverageMapping.h.

Member Function Documentation

◆ getDataSize()

template<support::endianness Endian>
uint32_t llvm::coverage::CovMapFunctionRecord::getDataSize ( ) const
inline

Definition at line 720 of file CoverageMapping.h.

◆ getFuncHash()

template<support::endianness Endian>
uint64_t llvm::coverage::CovMapFunctionRecord::getFuncHash ( ) const
inline

Definition at line 715 of file CoverageMapping.h.

◆ getFuncName()

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

◆ getFuncNameRef()

template<support::endianness Endian>
uint64_t llvm::coverage::CovMapFunctionRecord::getFuncNameRef ( ) const
inline

Definition at line 725 of file CoverageMapping.h.


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