Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp259 std::vector<std::pair<StringRef, uint64_t>> ReturnStats; in GetStatistics() local
262 ReturnStats.emplace_back(Stat->getName(), Stat->getValue()); in GetStatistics()
263 return ReturnStats; in GetStatistics()