Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DStatistic.cpp256 std::vector<std::pair<StringRef, unsigned>> ReturnStats; in GetStatistics() local
259 ReturnStats.emplace_back(Stat->getName(), Stat->getValue()); in GetStatistics()
260 return ReturnStats; in GetStatistics()