reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ProfileData/GCOV.cpp
  740     for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty();
  741          ++LineIndex) {
  743         FunctionLines::const_iterator FuncsIt = Line.Functions.find(LineIndex);
  748       BlockLines::const_iterator BlocksIt = Line.Blocks.find(LineIndex);
  752         AllLines.printNext(CovOS, LineIndex + 1);
  803         AllLines.printNext(CovOS, LineIndex + 1);
  809           if (Block->getLastLine() != LineIndex + 1)
  812             printBlockInfo(CovOS, *Block, LineIndex, BlockNo);