Searched refs:LineCounts (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DGCOV.h215 typedef SmallVector<uint32_t, 16> LineCounts; typedef in namespace:llvm
221 StringMap<LineCounts> LineInfo;
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DGCOV.cpp247 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 71 milliseconds