| /freebsd-13.1/contrib/llvm-project/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() 181 if (PrintStats) { in ParseAST() 183 if (HaveLexer) P.getActions().PrintStats(); in ParseAST() 184 S.getASTContext().PrintStats(); in ParseAST() 185 Decl::PrintStats(); in ParseAST() 186 Stmt::PrintStats(); in ParseAST() [all …]
|
| /freebsd-13.1/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 | 119 void PrintStats() override; 211 void PrintStats() override; 395 void PrintStats() override;
|
| H A D | ASTResultSynthesizer.cpp | 493 void ASTResultSynthesizer::PrintStats() { in PrintStats() function in ASTResultSynthesizer 495 m_passthrough->PrintStats(); in PrintStats()
|
| /freebsd-13.1/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 | Recycler.h | 102 void PrintStats(); 106 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
|
| H A D | AllocatorBase.h | 98 void PrintStats() const {} in PrintStats() function
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator_combined.h | 65 Primary.PrintStats(); in printStats() 66 Secondary.PrintStats(); in printStats()
|
| H A D | scudo_allocator_secondary.h | 172 void PrintStats() { in PrintStats() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_combined.h | 173 void PrintStats() { in PrintStats() function 174 primary_.PrintStats(); in PrintStats() 175 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
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 323 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units, in PrintStats() function in fuzzer::Fuzzer 362 Corpus.PrintStats(); in PrintFinalStats() 440 PrintStats("RELOAD"); in RereadOutputCorpus() 448 PrintStats("pulse "); in PrintPulseAndReportSlowInput() 652 PrintStats(Text, ""); in PrintStatusForNewUnit() 835 PrintStats("INITED"); in ReadAndExecuteSeedCorpora() 900 PrintStats("DONE ", "\n"); in Loop()
|
| H A D | FuzzerInternal.h | 103 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | AnalysisBasedWarnings.h | 102 void PrintStats() const;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.h | 252 unsigned PrintStats : 1; variable 310 PrintStats(false), NoRetryExhausted(false), AnalyzerWerror(false) { in AnalyzerOptions()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConsumer.h | 137 virtual void PrintStats() {} in PrintStats() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTSource.cpp | 61 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | MultiplexConsumer.h | 73 void PrintStats() override;
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 162 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource 164 Sources[i]->PrintStats(); in PrintStats()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 1002 CI.getPreprocessor().PrintStats(); in EndSourceFile() 1003 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile() 1004 CI.getPreprocessor().getHeaderSearchInfo().PrintStats(); in EndSourceFile() 1005 CI.getSourceManager().PrintStats(); in EndSourceFile()
|