LLVM  3.7.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)
 
std::error_code read ()
 

Additional Inherited Members

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

Detailed Description

Reader for the raw coverage mapping data.

Definition at line 107 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 118 of file CoverageMappingReader.h.

Member Function Documentation

std::error_code RawCoverageMappingReader::read ( )

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