Searched refs:GCOVFile (Results 1 - 3 of 3) 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;
/external/llvm/lib/IR/
H A DGCOV.cpp27 // GCOVFile implementation.
30 bool GCOVFile::readGCNO(GCOVBuffer &Buffer) {
49 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) {
93 /// dump - Dump GCOVFile content to dbgs() for debugging purposes.
94 void GCOVFile::dump() const {
101 void GCOVFile::collectLineCounts(FileInfo &FI) {
/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp98 GCOVFile GF;

Completed in 114 milliseconds