Searched refs:readGCNO (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp53 if (!GF.readGCNO(GCNO_GB)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h187 bool readGCNO(GCOVBuffer &Buffer);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp45 /// readGCNO - Read GCNO buffer.
46 bool GCOVFile::readGCNO(GCOVBuffer &buf) { function in class:GCOVFile
147 /// called after readGCNO().
149 assert(GCNOInitialized && "readGCDA() can only be called after readGCNO()");

Completed in 113 milliseconds