Home
last modified time | relevance | path

Searched refs:GCOVFile (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DGCOV.h232 class GCOVFile {
234 GCOVFile() in GCOVFile() function
267 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {} in GCOVFunction()
286 GCOVFile &Parent;
/external/llvm/lib/IR/
DGCOV.cpp31 bool GCOVFile::readGCNO(GCOVBuffer &Buffer) { in readGCNO()
54 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { in readGCDA()
107 void GCOVFile::dump() const { in dump()
114 void GCOVFile::collectLineCounts(FileInfo &FI) { in collectLineCounts()
/external/llvm/tools/llvm-cov/
Dgcov.cpp48 GCOVFile GF; in reportCoverage()