|
LLVM
8.0.1
|
An iterator over the LineCoverageStats objects for lines described by a CoverageData instance.
More...
#include "llvm/ProfileData/Coverage/CoverageMapping.h"


Public Member Functions | |
| LineCoverageIterator (const CoverageData &CD) | |
| LineCoverageIterator (const CoverageData &CD, unsigned Line) | |
| bool | operator== (const LineCoverageIterator &R) const |
| const LineCoverageStats & | operator* () const |
| LineCoverageStats & | operator* () |
| LineCoverageIterator & | operator++ () |
| LineCoverageIterator | getEnd () const |
Public Member Functions inherited from llvm::iterator_facade_base< LineCoverageIterator, std::forward_iterator_tag, LineCoverageStats > | |
| LineCoverageIterator | operator+ (std::ptrdiff_t n) const |
| LineCoverageIterator | operator- (std::ptrdiff_t n) const |
| LineCoverageIterator & | operator++ () |
| LineCoverageIterator | operator++ (int) |
| LineCoverageIterator & | operator-- () |
| LineCoverageIterator | operator-- (int) |
| bool | operator!= (const LineCoverageIterator &RHS) const |
| bool | operator> (const LineCoverageIterator &RHS) const |
| bool | operator<= (const LineCoverageIterator &RHS) const |
| bool | operator>= (const LineCoverageIterator &RHS) const |
| LineCoverageStats * | operator-> () |
| LineCoverageStats * | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
Protected Types inherited from llvm::iterator_facade_base< LineCoverageIterator, std::forward_iterator_tag, LineCoverageStats > | |
| enum | |
An iterator over the LineCoverageStats objects for lines described by a CoverageData instance.
Definition at line 620 of file CoverageMapping.h.
|
inline |
Definition at line 624 of file CoverageMapping.h.
|
inline |
Definition at line 627 of file CoverageMapping.h.
|
inline |
Definition at line 643 of file CoverageMapping.h.
References Stats.
|
inline |
Definition at line 637 of file CoverageMapping.h.
References Stats.
|
inline |
Definition at line 639 of file CoverageMapping.h.
References Stats.
| LineCoverageIterator & LineCoverageIterator::operator++ | ( | ) |
Definition at line 723 of file CoverageMapping.cpp.
References Stats.
|
inline |
Definition at line 633 of file CoverageMapping.h.
1.8.13