Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp71 friend void llvm::PrintStatisticsJSON(raw_ostream &OS);
203 void llvm::PrintStatisticsJSON(raw_ostream &OS) { in PrintStatisticsJSON() function in llvm
240 PrintStatisticsJSON(*OutStream); in PrintStatistics()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h194 void PrintStatisticsJSON(raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h243 friend void PrintStatisticsJSON(raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp339 PrintStatisticsJSON(StatsFile->os()); in compileOptimizedToFile()
665 PrintStatisticsJSON(StatsFile->os()); in compileOptimized()
H A DLTO.cpp1193 PrintStatisticsJSON(StatsFile->os()); in run()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1089 llvm::PrintStatisticsJSON(*StatS); in ExecuteAction()