Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGCOV.cpp54 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { in readGCDA() function in GCOVFile
79 if (!Functions[i]->readGCDA(Buffer, Version)) in readGCDA()
249 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA() function in GCOVFunction
/external/llvm/include/llvm/Support/
DGCOV.h238 bool readGCDA(GCOVBuffer &Buffer);
269 bool readGCDA(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
/external/llvm/tools/llvm-cov/
Dgcov.cpp73 if (!GF.readGCDA(GCDA_GB)) { in reportCoverage()