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

/external/llvm/include/llvm/Support/
H A DGCOV.h231 /// GCOVFile - Collects coverage information for one pair of coverage file
233 class GCOVFile { class in namespace:llvm
235 GCOVFile() : GCNOInitialized(false), Checksum(0), Functions(), RunCount(0), function in class:llvm::GCOVFile
266 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {}
281 GCOVFile &Parent;

Completed in 154 milliseconds