|
LLVM
3.7.0
|
Code coverage information for a single function. More...
#include <CoverageMapping.h>
Public Member Functions | |
| FunctionRecord (StringRef Name, ArrayRef< StringRef > Filenames) | |
| void | pushRegion (CounterMappingRegion Region, uint64_t Count) |
Public Attributes | |
| std::string | Name |
| Raw function name. More... | |
| std::vector< std::string > | Filenames |
| Associated files. More... | |
| std::vector< CountedRegion > | CountedRegions |
| Regions in the function along with their counts. More... | |
| uint64_t | ExecutionCount |
| The number of times this function was executed. More... | |
Code coverage information for a single function.
Definition at line 253 of file CoverageMapping.h.
|
inline |
Definition at line 263 of file CoverageMapping.h.
|
inline |
Definition at line 266 of file CoverageMapping.h.
References CountedRegions, and ExecutionCount.
| std::vector<CountedRegion> llvm::coverage::FunctionRecord::CountedRegions |
Regions in the function along with their counts.
Definition at line 259 of file CoverageMapping.h.
Referenced by findMainViewFileID(), llvm::coverage::CoverageMapping::getCoverageForExpansion(), llvm::coverage::CoverageMapping::getCoverageForFile(), llvm::coverage::CoverageMapping::getCoverageForFunction(), and pushRegion().
| uint64_t llvm::coverage::FunctionRecord::ExecutionCount |
The number of times this function was executed.
Definition at line 261 of file CoverageMapping.h.
Referenced by pushRegion().
| std::vector<std::string> llvm::coverage::FunctionRecord::Filenames |
Associated files.
Definition at line 257 of file CoverageMapping.h.
Referenced by findMainViewFileID(), gatherFileIDs(), llvm::coverage::CoverageMapping::getCoverageForExpansion(), llvm::coverage::CoverageMapping::getCoverageForFunction(), and llvm::coverage::CoverageMapping::getUniqueSourceFiles().
| std::string llvm::coverage::FunctionRecord::Name |
Raw function name.
Definition at line 255 of file CoverageMapping.h.
Referenced by llvm::coverage::CoverageMapping::getCoverageForFunction().
1.8.6