|
LLVM
4.0.0
|
Iterator over Functions, optionally filtered to a single file. More...
#include <CoverageMapping.h>
Public Member Functions | |
| FunctionRecordIterator (ArrayRef< FunctionRecord > Records_, StringRef Filename="") | |
| FunctionRecordIterator () | |
| bool | operator== (const FunctionRecordIterator &RHS) const |
| const FunctionRecord & | operator* () const |
| FunctionRecordIterator & | operator++ () |
Public Member Functions inherited from llvm::iterator_facade_base< FunctionRecordIterator, std::forward_iterator_tag, FunctionRecord > | |
| FunctionRecordIterator | operator+ (std::ptrdiff_tn) const |
| FunctionRecordIterator | operator- (std::ptrdiff_tn) const |
| FunctionRecordIterator & | operator++ () |
| FunctionRecordIterator | operator++ (int) |
| FunctionRecordIterator & | operator-- () |
| FunctionRecordIterator | operator-- (int) |
| bool | operator!= (const FunctionRecordIterator &RHS) const |
| bool | operator> (const FunctionRecordIterator &RHS) const |
| bool | operator<= (const FunctionRecordIterator &RHS) const |
| bool | operator>= (const FunctionRecordIterator &RHS) const |
| FunctionRecord * | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_tn) const |
Additional Inherited Members | |
Protected Types inherited from llvm::iterator_facade_base< FunctionRecordIterator, std::forward_iterator_tag, FunctionRecord > | |
| enum | |
Iterator over Functions, optionally filtered to a single file.
Definition at line 305 of file CoverageMapping.h.
|
inline |
Definition at line 316 of file CoverageMapping.h.
|
inline |
Definition at line 322 of file CoverageMapping.h.
|
inline |
Definition at line 328 of file CoverageMapping.h.
|
inline |
Definition at line 330 of file CoverageMapping.h.
References assert().
|
inline |
Definition at line 324 of file CoverageMapping.h.
1.8.6