|
LLVM
4.0.0
|
Coverage information to be processed or displayed. More...
#include <CoverageMapping.h>
Public Member Functions | |
| CoverageData () | |
| CoverageData (StringRef Filename) | |
| StringRef | getFilename () const |
| Get the name of the file this data covers. More... | |
| std::vector< CoverageSegment > ::const_iterator | begin () const |
| std::vector< CoverageSegment > ::const_iterator | end () const |
| bool | empty () const |
| ArrayRef< ExpansionRecord > | getExpansions () const |
| Expansions that can be further processed. More... | |
Friends | |
| class | CoverageMapping |
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 392 of file CoverageMapping.h.
|
inline |
Definition at line 399 of file CoverageMapping.h.
|
inline |
Definition at line 401 of file CoverageMapping.h.
|
inline |
Definition at line 406 of file CoverageMapping.h.
|
inline |
Definition at line 412 of file CoverageMapping.h.
|
inline |
Definition at line 409 of file CoverageMapping.h.
|
inline |
Expansions that can be further processed.
Definition at line 415 of file CoverageMapping.h.
|
inline |
Get the name of the file this data covers.
Definition at line 404 of file CoverageMapping.h.
|
friend |
Definition at line 396 of file CoverageMapping.h.
1.8.6