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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp256 std::vector<std::pair<StringRef, unsigned>> ReturnStats; local
259 ReturnStats.emplace_back(Stat->getName(), Stat->getValue());
260 return ReturnStats;

Completed in 96 milliseconds