class GCOVFile

Declaration

class GCOVFile { /* full declaration omitted */ };

Description

GCOVFile - Collects coverage information for one pair of coverage file (.gcno and .gcda).

Declared at: llvm/include/llvm/ProfileData/GCOV.h:245

Method Overview

Methods

GCOVFile()

Declared at: llvm/include/llvm/ProfileData/GCOV.h:247

void collectLineCounts(llvm::FileInfo& FI)

Declared at: llvm/include/llvm/ProfileData/GCOV.h:254

Parameters

llvm::FileInfo& FI

void dump() const

Declared at: llvm/include/llvm/ProfileData/GCOV.h:253

uint32_t getChecksum() const

Declared at: llvm/include/llvm/ProfileData/GCOV.h:251

void print(llvm::raw_ostream& OS) const

Declared at: llvm/include/llvm/ProfileData/GCOV.h:252

Parameters

llvm::raw_ostream& OS

bool readGCDA(llvm::GCOVBuffer& Buffer)

Declared at: llvm/include/llvm/ProfileData/GCOV.h:250

Parameters

llvm::GCOVBuffer& Buffer

bool readGCNO(llvm::GCOVBuffer& Buffer)

Declared at: llvm/include/llvm/ProfileData/GCOV.h:249

Parameters

llvm::GCOVBuffer& Buffer