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

Detailed Description

Definition at line 540 of file CoverageMapping.h.

Member Function Documentation

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

Definition at line 549 of file CoverageMapping.h.

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

Definition at line 545 of file CoverageMapping.h.

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

Definition at line 553 of file CoverageMapping.h.


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