Searched refs:readGCDA (Results 1 – 6 of 6) sorted by relevance
55 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { in readGCDA() function in GCOVFile80 if (!Functions[i]->readGCDA(Buffer, Version)) in readGCDA()250 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA() function in GCOVFunction
247 bool readGCDA(GCOVBuffer &Buffer);280 bool readGCDA(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
238 bool readGCDA(GCOVBuffer &Buffer);269 bool readGCDA(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
55 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { in readGCDA() function in GCOVFile80 if (!Functions[i]->readGCDA(Buffer, Version)) in readGCDA()256 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA() function in GCOVFunction
70 if (!GF.readGCDA(GCDA_GB)) { in reportCoverage()