LLVM: llvm::coverage::CoverageData Class Reference (original ) (raw )Coverage information to be processed or displayed. More...
#include "[llvm/ProfileData/Coverage/CoverageMapping.h](CoverageMapping%5F8h%5Fsource.html)"
Coverage information to be processed or displayed.
This represents the coverage of an entire file, expansion, or function. It provides a sequence of CoverageSegments to iterate through, as well as the list of expansions that can be further processed.
Definition at line 943 of file CoverageMapping.h .
llvm::coverage::CoverageData::CoverageData ( )
default
◆ CoverageData() [2/2]
llvm::coverage::CoverageData::CoverageData ( bool Single , StringRef Filename )
inline
◆ begin()◆ empty()
bool llvm::coverage::CoverageData::empty ( ) const
inline
◆ end()◆ getBranches()◆ getExpansions()◆ getFilename()
StringRef llvm::coverage::CoverageData::getFilename ( ) const
inline
◆ getMCDCRecords()◆ getSingleByteCoverage()
bool llvm::coverage::CoverageData::getSingleByteCoverage ( ) const
inline
◆ CoverageMapping
The documentation for this class was generated from the following file: