Home
last modified time | relevance | path

Searched refs:CounterVector (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h140 typedef UniqueVector<std::string> CounterVector; typedef
141 CounterVector::const_iterator begin() const { in begin()
144 CounterVector::const_iterator end() const { return RegisteredCounters.end(); } in end()
179 CounterVector RegisteredCounters;