LLVM 22.0.0git
llvm::coverage::RawCoverageMappingDummyChecker Class Reference

Checks if the given coverage mapping data is exported for an unused function. More...

#include "llvm/ProfileData/Coverage/CoverageMappingReader.h"

Inheritance diagram for llvm::coverage::RawCoverageMappingDummyChecker:
[legend]

Public Member Functions

 RawCoverageMappingDummyChecker (StringRef MappingData)
LLVM_ABI Expected< boolisDummy ()

Additional Inherited Members

Protected Member Functions inherited from llvm::coverage::RawCoverageReader
 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)
Protected Attributes inherited from llvm::coverage::RawCoverageReader
StringRef Data

Detailed Description

Checks if the given coverage mapping data is exported for an unused function.

Definition at line 124 of file CoverageMappingReader.h.

Constructor & Destructor Documentation

◆ RawCoverageMappingDummyChecker()

llvm::coverage::RawCoverageMappingDummyChecker::RawCoverageMappingDummyChecker ( StringRef MappingData)
inline

Member Function Documentation

◆ isDummy()


The documentation for this class was generated from the following files: