Searched defs:readGCDA (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DGCOV.cpp47 /// readGCDA - Read GCDA buffer. It is required that readGCDA() can only be
49 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { function in class:GCOVFile
50 assert(GCNOInitialized && "readGCDA() can only be called after readGCNO()");
71 if (!Functions[i]->readGCDA(Buffer, Version))
213 /// readGCDA - Read a function from the GCDA buffer. Return false if an error
215 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { function in class:GCOVFunction

Completed in 545 milliseconds