Searched refs:readGCDA (Results 1 – 3 of 3) sorted by relevance
54 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { in readGCDA() function in GCOVFile79 if (!Functions[i]->readGCDA(Buffer, Version)) in readGCDA()249 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA() function in GCOVFunction
238 bool readGCDA(GCOVBuffer &Buffer);269 bool readGCDA(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
73 if (!GF.readGCDA(GCDA_GB)) { in reportCoverage()