Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp261 std::vector<std::pair<StringRef, unsigned>> ReturnStats; in GetStatistics() local
264 ReturnStats.emplace_back(Stat->getName(), Stat->getValue()); in GetStatistics()
265 return ReturnStats; in GetStatistics()