LLVM  4.0.0
Public Member Functions | List of all members
llvm::coverage::RawCoverageMappingReader Class Reference

Reader for the raw coverage mapping data. More...

#include <CoverageMappingReader.h>

Inheritance diagram for llvm::coverage::RawCoverageMappingReader:
[legend]
Collaboration diagram for llvm::coverage::RawCoverageMappingReader:
[legend]

Public Member Functions

 RawCoverageMappingReader (StringRef MappingData, ArrayRef< StringRef > TranslationUnitFilenames, std::vector< StringRef > &Filenames, std::vector< CounterExpression > &Expressions, std::vector< CounterMappingRegion > &MappingRegions)
 
Error read ()
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::coverage::RawCoverageReader
 RawCoverageReader (StringRef Data)
 
Error readULEB128 (uint64_t &Result)
 
Error readIntMax (uint64_t &Result, uint64_t MaxPlus1)
 
Error readSize (uint64_t &Result)
 
Error readString (StringRef &Result)
 
- Protected Attributes inherited from llvm::coverage::RawCoverageReader
StringRef Data
 

Detailed Description

Reader for the raw coverage mapping data.

Definition at line 117 of file CoverageMappingReader.h.

Constructor & Destructor Documentation

llvm::coverage::RawCoverageMappingReader::RawCoverageMappingReader ( StringRef  MappingData,
ArrayRef< StringRef TranslationUnitFilenames,
std::vector< StringRef > &  Filenames,
std::vector< CounterExpression > &  Expressions,
std::vector< CounterMappingRegion > &  MappingRegions 
)
inline

Definition at line 128 of file CoverageMappingReader.h.

Member Function Documentation

Error RawCoverageMappingReader::read ( )

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