Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DGCOV.h249 bool readGCDA(GCOVBuffer &Buffer);
283 bool readGCDA(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp55 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { in readGCDA() function in GCOVFile
80 if (!Functions[i]->readGCDA(Buffer, Version)) in readGCDA()
254 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA() function in GCOVFunction
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A Dgcov.cpp70 if (!GF.readGCDA(GCDA_GB)) { in reportCoverage()