Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp73 else if (!GF.readGCDA(gcda_buf)) in reportCoverage()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h196 bool readGCDA(GCOVBuffer &Buffer);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp210 bool GCOVFile::readGCDA(GCOVBuffer &buf) { in readGCDA() function in GCOVFile