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

References

lib/ProfileData/GCOV.cpp
  779             if (LineExecs.find(Function) == LineExecs.end()) {
  779             if (LineExecs.find(Function) == LineExecs.end()) {
  782                 LineExecs[Function] = true;
  784                 LineExecs[Function] = false;
  787             } else if (!LineExecs[Function] && Block->getCount()) {
  789               LineExecs[Function] = true;