| /freebsd-12.1/contrib/llvm/tools/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() 180 if (PrintStats) { in ParseAST() 182 if (HaveLexer) P.getActions().PrintStats(); in ParseAST() 183 S.getASTContext().PrintStats(); in ParseAST() 184 Decl::PrintStats(); in ParseAST() 185 Stmt::PrintStats(); in ParseAST() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | RecyclingAllocator.h | 54 void PrintStats() { in PrintStats() function 55 Allocator.PrintStats(); in PrintStats() 56 Base.PrintStats(); in PrintStats()
|
| H A D | Recycler.h | 103 void PrintStats(); 107 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
|
| H A D | Allocator.h | 113 void PrintStats() const {} in PrintStats() function 356 void PrintStats() const { in PrintStats() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | ParseAST.h | 40 ASTContext &Ctx, bool PrintStats = false, 47 void ParseAST(Sema &S, bool PrintStats = false,
|
| /freebsd-12.1/contrib/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 | 173 void PrintStats() { in PrintStats() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_combined.h | 177 void PrintStats() { in PrintStats() function 178 primary_.PrintStats(); in PrintStats() 179 secondary_.PrintStats(); in PrintStats()
|
| H A D | sanitizer_quarantine.h | 134 void PrintStats() const { in PrintStats() function 138 cache_.PrintStats(); in PrintStats() 277 void PrintStats() const { in PrintStats() function
|
| /freebsd-12.1/contrib/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 361 Corpus.PrintStats(); in PrintFinalStats() 433 PrintStats("RELOAD"); in RereadOutputCorpus() 441 PrintStats("pulse "); in PrintPulseAndReportSlowInput() 573 PrintStats(Text, ""); in PrintStatusForNewUnit() 752 PrintStats("INITED"); in ReadAndExecuteSeedCorpora() 806 PrintStats("DONE ", "\n"); in Loop()
|
| H A D | FuzzerInternal.h | 108 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTStructExtractor.cpp | 167 void ASTStructExtractor::PrintStats() { in PrintStats() function in ASTStructExtractor 169 m_passthrough->PrintStats(); in PrintStats()
|
| H A D | ASTStructExtractor.h | 108 void PrintStats() override;
|
| H A D | ASTResultSynthesizer.h | 103 void PrintStats() override;
|
| H A D | ASTResultSynthesizer.cpp | 498 void ASTResultSynthesizer::PrintStats() { in PrintStats() function in ASTResultSynthesizer 500 m_passthrough->PrintStats(); in PrintStats()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.h | 213 unsigned PrintStats : 1; variable 268 UnoptimizedCFG(false), PrintStats(false), NoRetryExhausted(false) { in AnalyzerOptions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | AnalysisBasedWarnings.h | 98 void PrintStats() const;
|
| H A D | MultiplexExternalSemaSource.h | 150 void PrintStats() override;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTConsumer.h | 133 virtual void PrintStats() {} in PrintStats() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | MultiplexConsumer.h | 73 void PrintStats() override;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExternalASTSource.cpp | 73 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 162 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource 164 Sources[i]->PrintStats(); in PrintStats()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 338 void MultiplexConsumer::PrintStats() { in PrintStats() function in MultiplexConsumer 340 Consumer->PrintStats(); in PrintStats()
|
| H A D | FrontendAction.cpp | 980 CI.getPreprocessor().PrintStats(); in EndSourceFile() 981 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile() 982 CI.getPreprocessor().getHeaderSearchInfo().PrintStats(); in EndSourceFile() 983 CI.getSourceManager().PrintStats(); in EndSourceFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | FileManager.h | 283 void PrintStats() const;
|