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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h138 typedef UniqueVector<std::string> CounterVector; typedef in class:llvm::DebugCounter
139 CounterVector::const_iterator begin() const {
142 CounterVector::const_iterator end() const { return RegisteredCounters.end(); }
176 CounterVector RegisteredCounters;

Completed in 94 milliseconds