Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DStatistic.cpp45 static bool StatsAsJSON; variable
57 cl::location(StatsAsJSON), cl::Hidden}; in initStatisticOptions()
238 if (StatsAsJSON) in PrintStatistics()