| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.cpp | 13 void lldb_private::ExternalASTSourceWrapper::PrintStats() { in PrintStats() function in lldb_private::ExternalASTSourceWrapper 14 m_Source->PrintStats(); in PrintStats() 19 void lldb_private::ASTConsumerForwarder::PrintStats() { m_c->PrintStats(); } in PrintStats() function in lldb_private::ASTConsumerForwarder 23 void lldb_private::SemaSourceWithPriorities::PrintStats() { in PrintStats() function in lldb_private::SemaSourceWithPriorities 25 Sources[i]->PrintStats(); in PrintStats()
|
| H A D | ASTStructExtractor.cpp | 166 void ASTStructExtractor::PrintStats() { in PrintStats() function in ASTStructExtractor 168 m_passthrough->PrintStats(); in PrintStats()
|
| H A D | ASTStructExtractor.h | 86 void PrintStats() override;
|
| H A D | ASTResultSynthesizer.h | 89 void PrintStats() override;
|
| H A D | ASTUtils.h | 120 void PrintStats() override; 212 void PrintStats() override; 396 void PrintStats() override;
|
| H A D | ASTResultSynthesizer.cpp | 519 void ASTResultSynthesizer::PrintStats() { in PrintStats() function in ASTResultSynthesizer 521 m_passthrough->PrintStats(); in PrintStats()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 100 ASTContext &Ctx, bool PrintStats, in ParseAST() argument 111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); in ParseAST() 114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() argument 116 if (PrintStats) { in ParseAST() 122 bool OldCollectStats = PrintStats; in ParseAST() 206 if (PrintStats) { in ParseAST() 208 if (HaveLexer) P.getActions().PrintStats(); in ParseAST() 209 S.getASTContext().PrintStats(); in ParseAST() 210 Decl::PrintStats(); in ParseAST() 211 Stmt::PrintStats(); in ParseAST() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | RecyclingAllocator.h | 53 void PrintStats() { in PrintStats() function 54 Allocator.PrintStats(); in PrintStats() 55 Base.PrintStats(); in PrintStats()
|
| H A D | Recycler.h | 102 void PrintStats(); 106 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
|
| H A D | AllocatorBase.h | 99 void PrintStats() const {} in PrintStats() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | ParseAST.h | 39 ASTContext &Ctx, bool PrintStats = false, 46 void ParseAST(Sema &S, bool PrintStats = false,
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_combined.h | 171 void PrintStats() { in PrintStats() function 172 primary_.PrintStats(); in PrintStats() 173 secondary_.PrintStats(); in PrintStats()
|
| H A D | sanitizer_quarantine.h | 133 void PrintStats() const { in PrintStats() function 137 cache_.PrintStats(); in PrintStats() 277 void PrintStats() const { in PrintStats() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 328 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units, in PrintStats() function in fuzzer::Fuzzer 367 Corpus.PrintStats(); in PrintFinalStats() 445 PrintStats("RELOAD"); in RereadOutputCorpus() 453 PrintStats("pulse "); in PrintPulseAndReportSlowInput() 658 PrintStats(Text, ""); in PrintStatusForNewUnit() 841 PrintStats("INITED"); in ReadAndExecuteSeedCorpora() 913 PrintStats("DONE ", "\n"); in Loop()
|
| H A D | FuzzerInternal.h | 108 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0,
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.h | 236 unsigned PrintStats : 1; variable 294 UnoptimizedCFG(false), PrintStats(false), NoRetryExhausted(false), in AnalyzerOptions()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | AnalysisBasedWarnings.h | 100 void PrintStats() const;
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTConsumer.h | 137 virtual void PrintStats() {} in PrintStats() function
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExternalASTSource.cpp | 61 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | MultiplexConsumer.h | 75 void PrintStats() override;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 131 if (Opts->AnalyzerDisplayProgress || Opts->PrintStats || in AnalysisConsumer() 144 if (Opts->PrintStats || Opts->ShouldSerializeStats) { in AnalysisConsumer() 153 if (Opts->PrintStats) { in ~AnalysisConsumer()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.cpp | 559 void PrintStats() { allocator.PrintStats(); } in PrintStats() function 583 void PrintInternalAllocatorStats() { instance.PrintStats(); } in PrintInternalAllocatorStats()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 168 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource 170 Sources[i]->PrintStats(); in PrintStats()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_allocator_testlib.cpp | 81 allocator.PrintStats(); in ~AtExit()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 354 void MultiplexConsumer::PrintStats() { in PrintStats() function in MultiplexConsumer 356 Consumer->PrintStats(); in PrintStats()
|