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

References

lib/Support/DebugCounter.cpp
   73   if (CounterPair.second.empty()) {
   80   if (CounterPair.second.getAsInteger(0, CounterVal)) {
   81     errs() << "DebugCounter Error: " << CounterPair.second
   87   if (CounterPair.first.endswith("-skip")) {
   88     auto CounterName = CounterPair.first.drop_back(5);
  100   } else if (CounterPair.first.endswith("-count")) {
  101     auto CounterName = CounterPair.first.drop_back(6);
  114     errs() << "DebugCounter Error: " << CounterPair.first