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

  /external/llvm/include/llvm/Support/
GCOV.h 163 void collectLineCounts(FileInfo &FI);
175 void collectLineCounts(FileInfo &FI);
193 void collectLineCounts(FileInfo &FI);
206 void collectLineCounts(FileInfo &FI, StringRef Filename, uint32_t Count);
  /external/llvm/lib/VMCore/
GCOV.cpp 71 /// collectLineCounts - Collect line counts. This must be used after
73 void GCOVFile::collectLineCounts(FileInfo &FI) {
76 (*I)->collectLineCounts(FI);
161 /// collectLineCounts - Collect line counts. This must be used after
163 void GCOVFunction::collectLineCounts(FileInfo &FI) {
166 (*I)->collectLineCounts(FI);
185 /// collectLineCounts - Collect line counts. This must be used after
187 void GCOVBlock::collectLineCounts(FileInfo &FI) {
190 I->second->collectLineCounts(FI, I->first(), Counter);
217 /// collectLineCounts - Collect line counts. This must be used afte
    [all...]
  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 76 GF.collectLineCounts(FI);

Completed in 471 milliseconds