Home
last modified time | relevance | path

Searched refs:PrintStats (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp100 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 DASTUtils.cpp13 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 DASTStructExtractor.cpp166 void ASTStructExtractor::PrintStats() { in PrintStats() function in ASTStructExtractor
168 m_passthrough->PrintStats(); in PrintStats()
H A DASTStructExtractor.h86 void PrintStats() override;
H A DASTResultSynthesizer.h89 void PrintStats() override;
H A DASTUtils.h119 void PrintStats() override;
211 void PrintStats() override;
395 void PrintStats() override;
H A DASTResultSynthesizer.cpp493 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 DRecyclingAllocator.h53 void PrintStats() { in PrintStats() function
54 Allocator.PrintStats(); in PrintStats()
55 Base.PrintStats(); in PrintStats()
H A DRecycler.h102 void PrintStats();
106 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
H A DAllocatorBase.h98 void PrintStats() const {} in PrintStats() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParseAST.h39 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 Dscudo_allocator_combined.h65 Primary.PrintStats(); in printStats()
66 Secondary.PrintStats(); in printStats()
H A Dscudo_allocator_secondary.h172 void PrintStats() { in PrintStats() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h173 void PrintStats() { in PrintStats() function
174 primary_.PrintStats(); in PrintStats()
175 secondary_.PrintStats(); in PrintStats()
H A Dsanitizer_quarantine.h133 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 DFuzzerLoop.cpp323 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 DFuzzerInternal.h103 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 DAnalysisBasedWarnings.h102 void PrintStats() const;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h252 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 DASTConsumer.h137 virtual void PrintStats() {} in PrintStats() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp61 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h73 void PrintStats() override;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp131 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 DMultiplexExternalSemaSource.cpp162 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 DFrontendAction.cpp1002 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()

123