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

  /external/llvm/include/llvm/Support/
GCOV.h 215 typedef SmallVector<uint32_t, 16> LineCounts;
221 StringMap<LineCounts> LineInfo;
  /external/llvm/lib/IR/
GCOV.cpp 247 LineCounts L(AllLines.count('\n')+2);
252 LineCounts &L = LineInfo[Filename];
258 for (StringMap<LineCounts>::iterator I = LineInfo.begin(), E = LineInfo.end();
262 LineCounts &L = LineInfo[Filename];

Completed in 67 milliseconds