LLVM: llvm::coverage::CoverageMappingRecord Struct Reference (original) (raw)
Coverage mapping information for a single function. More...
#include "[llvm/ProfileData/Coverage/CoverageMappingReader.h](CoverageMappingReader%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| StringRef | FunctionName |
| uint64_t | FunctionHash |
| ArrayRef< StringRef > | Filenames |
| ArrayRef< CounterExpression > | Expressions |
| ArrayRef< CounterMappingRegion > | MappingRegions |
Coverage mapping information for a single function.
Definition at line 36 of file CoverageMappingReader.h.
◆ Expressions
◆ Filenames
◆ FunctionHash
uint64_t llvm::coverage::CoverageMappingRecord::FunctionHash
◆ FunctionName
StringRef llvm::coverage::CoverageMappingRecord::FunctionName
◆ MappingRegions
The documentation for this struct was generated from the following file:
- include/llvm/ProfileData/Coverage/CoverageMappingReader.h