Home
last modified time | relevance | path

Searched refs:PrintStatisticsJSON (Results 1 – 7 of 7) 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 LLVM_ABI void PrintStatisticsJSON(raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp326 PrintStatisticsJSON(StatsFile->os()); in compileOptimizedToFile()
652 PrintStatisticsJSON(StatsFile->os()); in compileOptimized()
H A DLTO.cpp1220 PrintStatisticsJSON(StatsFile->os()); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h261 LLVM_ABI friend void PrintStatisticsJSON(raw_ostream &OS);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp811 llvm::PrintStatisticsJSON(os); in FlushDiagnosticsImpl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1083 llvm::PrintStatisticsJSON(*StatS); in ExecuteAction()