LLVM API Documentation

Public Member Functions | Public Attributes
llvm::coverage::FunctionCoverageMapping Struct Reference

Code coverage information for a single function. More...

#include <CoverageMapping.h>

Collaboration diagram for llvm::coverage::FunctionCoverageMapping:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FunctionCoverageMapping (StringRef Name, ArrayRef< StringRef > Filenames)

Public Attributes

std::string Name
 Raw function name.
std::vector< std::string > Filenames
 Associated files.
std::vector< CountedRegionCountedRegions
 Regions in the function along with their counts.

Detailed Description

Code coverage information for a single function.

Definition at line 220 of file CoverageMapping.h.


Constructor & Destructor Documentation

Definition at line 228 of file CoverageMapping.h.


Member Data Documentation

Regions in the function along with their counts.

Definition at line 226 of file CoverageMapping.h.

Associated files.

Definition at line 224 of file CoverageMapping.h.

Raw function name.

Definition at line 222 of file CoverageMapping.h.


The documentation for this struct was generated from the following file: