LLVM
8.0.1
|
Coverage information to be processed or displayed. More...
#include "llvm/ProfileData/Coverage/CoverageMapping.h"
Public Member Functions | |
CoverageData ()=default | |
CoverageData (StringRef Filename) | |
StringRef | getFilename () const |
Get the name of the file this data covers. More... | |
std::vector< CoverageSegment >::const_iterator | begin () const |
Get an iterator over the coverage segments for this object. More... | |
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 474 of file CoverageMapping.h.
|
default |
|
inline |
Definition at line 484 of file CoverageMapping.h.
|
inline |
Get an iterator over the coverage segments for this object.
The segments are guaranteed to be uniqued and sorted by location.
Definition at line 491 of file CoverageMapping.h.
|
inline |
Definition at line 499 of file CoverageMapping.h.
|
inline |
Definition at line 495 of file CoverageMapping.h.
|
inline |
Expansions that can be further processed.
Definition at line 502 of file CoverageMapping.h.
|
inline |
Get the name of the file this data covers.
Definition at line 487 of file CoverageMapping.h.
|
friend |
Definition at line 475 of file CoverageMapping.h.