/freebsd/contrib/llvm-project/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 | 126 void PrintStats() override; 218 void PrintStats() override; 402 void PrintStats() override;
|
H A D | ASTResultSynthesizer.cpp | 508 void ASTResultSynthesizer::PrintStats() { in PrintStats() function in ASTResultSynthesizer 510 m_passthrough->PrintStats(); in PrintStats()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseAST.cpp | 101 ASTContext &Ctx, bool PrintStats, in ParseAST() argument 112 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); in ParseAST() 115 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() argument 117 if (PrintStats) { in ParseAST() 123 bool OldCollectStats = PrintStats; in ParseAST() 194 if (PrintStats) { in ParseAST() 196 if (HaveLexer) P.getActions().PrintStats(); in ParseAST() 197 S.getASTContext().PrintStats(); in ParseAST() 198 Decl::PrintStats(); in ParseAST() 199 Stmt::PrintStats(); in ParseAST() [all …]
|
/freebsd/contrib/llvm-project/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 | PerThreadBumpPtrAllocator.h | 102 void PrintStats() const { in PrintStats() function 105 Allocators[Idx].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 | 105 void PrintStats() const {} in PrintStats() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | ParseAST.h | 39 ASTContext &Ctx, bool PrintStats = false, 46 void ParseAST(Sema &S, bool PrintStats = false,
|
/freebsd/contrib/llvm-project/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 | 128 void PrintStats() const { in PrintStats() function 132 cache_.PrintStats(); in PrintStats() 272 void PrintStats() const { in PrintStats() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerLoop.cpp | 325 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units, in PrintStats() function in fuzzer::Fuzzer 364 Corpus.PrintStats(); in PrintFinalStats() 442 PrintStats("RELOAD"); in RereadOutputCorpus() 450 PrintStats("pulse "); in PrintPulseAndReportSlowInput() 655 PrintStats(Text, ""); in PrintStatusForNewUnit() 838 PrintStats("INITED"); in ReadAndExecuteSeedCorpora() 910 PrintStats("DONE ", "\n"); in Loop()
|
H A D | FuzzerInternal.h | 107 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0,
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 237 unsigned PrintStats : 1; variable 298 PrintStats(false), NoRetryExhausted(false), AnalyzerWerror(false) {} in AnalyzerOptions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | AnalysisBasedWarnings.h | 108 void PrintStats() const;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTConsumer.h | 138 virtual void PrintStats() {} in PrintStats() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTSource.cpp | 61 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | MultiplexConsumer.h | 75 void PrintStats() override;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 168 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource 170 Sources[i]->PrintStats(); in PrintStats()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 100 void PrintStats() override final { Consumer->PrintStats(); } in PrintStats() function in clang::IncrementalASTConsumer
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 627 void PrintStats() { allocator.PrintStats(); } in PrintStats() function 650 void PrintInternalAllocatorStats() { instance.PrintStats(); } in PrintInternalAllocatorStats()
|