LLVM 22.0.0git
|
Checks if the given coverage mapping data is exported for an unused function. More...
#include "llvm/ProfileData/Coverage/CoverageMappingReader.h"
Public Member Functions | |
RawCoverageMappingDummyChecker (StringRef MappingData) | |
LLVM_ABI Expected< bool > | isDummy () |
Additional Inherited Members | |
![]() | |
RawCoverageReader (StringRef Data) | |
LLVM_ABI Error | readULEB128 (uint64_t &Result) |
LLVM_ABI Error | readIntMax (uint64_t &Result, uint64_t MaxPlus1) |
LLVM_ABI Error | readSize (uint64_t &Result) |
LLVM_ABI Error | readString (StringRef &Result) |
![]() | |
StringRef | Data |
Checks if the given coverage mapping data is exported for an unused function.
Definition at line 124 of file CoverageMappingReader.h.
|
inline |
Definition at line 126 of file CoverageMappingReader.h.
Definition at line 465 of file CoverageMappingReader.cpp.
References llvm::coverage::Counter::EncodingTagMask, llvm::coverage::RawCoverageReader::readIntMax(), llvm::coverage::RawCoverageReader::readSize(), llvm::Tag, and llvm::coverage::Counter::Zero.
Referenced by isCoverageMappingDummy().