HomeSort by relevance Sort by last modified time
    Searched refs:GCOVFile (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
GCOV.h 225 /// GCOVFile - Collects coverage information for one pair of coverage file
227 class GCOVFile {
229 GCOVFile()
262 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {}
281 GCOVFile &Parent;
  /external/llvm/lib/IR/
GCOV.cpp 28 // GCOVFile implementation.
31 bool GCOVFile::readGCNO(GCOVBuffer &Buffer) {
54 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) {
106 /// dump - Dump GCOVFile content to dbgs() for debugging purposes.
107 void GCOVFile::dump() const {
114 void GCOVFile::collectLineCounts(FileInfo &FI) {
  /external/llvm/tools/llvm-cov/
gcov.cpp 48 GCOVFile GF;

Completed in 234 milliseconds