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

/external/llvm/lib/IR/
H A DGCOV.cpp99 /// collectLineCounts - Collect line counts. This must be used after
101 void GCOVFile::collectLineCounts(FileInfo &FI) { function in class:GCOVFile
103 FPtr->collectLineCounts(FI);
306 /// collectLineCounts - Collect line counts. This must be used after
308 void GCOVFunction::collectLineCounts(FileInfo &FI) { function in class:GCOVFunction
315 Block->collectLineCounts(FI);
348 /// collectLineCounts - Collect line counts. This must be used after
350 void GCOVBlock::collectLineCounts(FileInfo &FI) {

Completed in 944 milliseconds