Searched refs:CounterPair (Results 1 – 1 of 1) sorted by relevance
71 auto CounterPair = StringRef(Val).split('='); in push_back() local72 if (CounterPair.second.empty()) { in push_back()79 if (CounterPair.second.getAsInteger(0, CounterVal)) { in push_back()80 errs() << "DebugCounter Error: " << CounterPair.second in push_back()86 if (CounterPair.first.endswith("-skip")) { in push_back()87 auto CounterName = CounterPair.first.drop_back(5); in push_back()99 } else if (CounterPair.first.endswith("-count")) { in push_back()100 auto CounterName = CounterPair.first.drop_back(6); in push_back()113 errs() << "DebugCounter Error: " << CounterPair.first in push_back()