Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DStatistic.cpp69 friend void llvm::PrintStatistics();
70 friend void llvm::PrintStatistics(raw_ostream &OS);
130 llvm::PrintStatistics(); in ~StatisticInfo()
175 void llvm::PrintStatistics(raw_ostream &OS) { in PrintStatistics() function in llvm
228 void llvm::PrintStatistics() { in PrintStatistics() function in llvm
241 PrintStatistics(*OutStream); in PrintStatistics()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStatistic.h185 void PrintStatistics();
188 void PrintStatistics(raw_ostream &OS);
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DClangPseudo.cpp48 static opt<bool> PrintStatistics("print-statistics", desc("Print GLR parser statistics")); variable
143 if (PrintStatistics) in main()
173 if (PrintStatistics) { in main()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp268 PrintStatistics(); in compileOptimizedToFile()
592 PrintStatistics(); in compileOptimized()
H A DThinLTOCodeGenerator.cpp1224 llvm::PrintStatistics(); in run()
/llvm-project-15.0.7/llvm/include/llvm/Config/
H A Dllvm-config.h.cmake82 * PrintStatistics() or PrintStatisticsJSON()
/llvm-project-15.0.7/utils/bazel/llvm_configs/
H A Dllvm-config.h.cmake82 * PrintStatistics() or PrintStatisticsJSON()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp155 llvm::PrintStatistics(); in ~AnalysisConsumer()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp1072 llvm::PrintStatistics(OS); in ExecuteAction()