|
LLVM
3.7.0
|
Coverage information to be processed or displayed. More...
#include <CoverageMapping.h>
Public Member Functions | |
| CoverageData () | |
| CoverageData (StringRef Filename) | |
| CoverageData (CoverageData &&RHS) | |
| StringRef | getFilename () |
| Get the name of the file this data covers. More... | |
| std::vector< CoverageSegment > ::iterator | begin () |
| std::vector< CoverageSegment > ::iterator | end () |
| bool | empty () |
| std::vector< ExpansionRecord > | getExpansions () |
| 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 368 of file CoverageMapping.h.
|
inline |
Definition at line 375 of file CoverageMapping.h.
|
inline |
Definition at line 377 of file CoverageMapping.h.
|
inline |
Definition at line 379 of file CoverageMapping.h.
|
inline |
Definition at line 386 of file CoverageMapping.h.
|
inline |
Definition at line 388 of file CoverageMapping.h.
|
inline |
Definition at line 387 of file CoverageMapping.h.
|
inline |
Expansions that can be further processed.
Definition at line 391 of file CoverageMapping.h.
|
inline |
Get the name of the file this data covers.
Definition at line 384 of file CoverageMapping.h.
|
friend |
Definition at line 372 of file CoverageMapping.h.
1.8.6