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

/external/llvm/lib/IR/
H A DGCOV.cpp23 // GCOVFile implementation.
25 /// ~GCOVFile - Delete GCOVFile and its content.
26 GCOVFile::~GCOVFile() {
41 bool GCOVFile::read(GCOVBuffer &Buffer) {
64 /// dump - Dump GCOVFile content on standard out for debugging purposes.
65 void GCOVFile::dump() {
73 void GCOVFile::collectLineCounts(FileInfo &FI) {
/external/llvm/include/llvm/Support/
H A DGCOV.h157 /// GCOVFile - Collects coverage information for one pair of coverage file
159 class GCOVFile { class in namespace:llvm
161 GCOVFile() {} function in class:llvm::GCOVFile
162 ~GCOVFile();

Completed in 266 milliseconds