LLVM API Documentation

Classes | Namespaces
CoverageMappingReader.h File Reference
#include "llvm/ProfileData/InstrProf.h"
#include "llvm/ProfileData/CoverageMapping.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/FileSystem.h"
#include <iterator>
Include dependency graph for CoverageMappingReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::coverage::CoverageMappingRecord
 Coverage mapping information for a single function. More...
class  llvm::coverage::CoverageMappingIterator
 A file format agnostic iterator over coverage mapping data. More...
class  llvm::coverage::RawCoverageReader
 Base class for the raw coverage mapping and filenames data readers. More...
class  llvm::coverage::RawCoverageFilenamesReader
 Reader for the raw coverage filenames. More...
class  llvm::coverage::RawCoverageMappingReader
 Reader for the raw coverage mapping data. More...
class  llvm::coverage::ObjectFileCoverageMappingReader
 Reader for the coverage mapping data that is emitted by the frontend and stored in an object file. More...
struct  llvm::coverage::ObjectFileCoverageMappingReader::ProfileMappingRecord

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  llvm::coverage