Home
last modified time | relevance | path

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

123

/freebsd/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.h126 void PrintStats() override;
218 void PrintStats() override;
402 void PrintStats() override;
H A DASTResultSynthesizer.cpp508 void ASTResultSynthesizer::PrintStats() { in PrintStats() function in ASTResultSynthesizer
510 m_passthrough->PrintStats(); in PrintStats()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp101 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 DRecyclingAllocator.h53 void PrintStats() { in PrintStats() function
54 Allocator.PrintStats(); in PrintStats()
55 Base.PrintStats(); in PrintStats()
H A DPerThreadBumpPtrAllocator.h102 void PrintStats() const { in PrintStats() function
105 Allocators[Idx].PrintStats(); in PrintStats()
H A DRecycler.h102 void PrintStats();
106 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
H A DAllocatorBase.h105 void PrintStats() const {} in PrintStats() function
/freebsd/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h171 void PrintStats() { in PrintStats() function
172 primary_.PrintStats(); in PrintStats()
173 secondary_.PrintStats(); in PrintStats()
H A Dsanitizer_quarantine.h128 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 DFuzzerLoop.cpp325 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 DFuzzerInternal.h107 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h237 unsigned PrintStats : 1; variable
298 PrintStats(false), NoRetryExhausted(false), AnalyzerWerror(false) {} in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h108 void PrintStats() const;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h138 virtual void PrintStats() {} in PrintStats() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp61 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
/freebsd/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/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h75 void PrintStats() override;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp168 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource
170 Sources[i]->PrintStats(); in PrintStats()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp100 void PrintStats() override final { Consumer->PrintStats(); } in PrintStats() function in clang::IncrementalASTConsumer
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp627 void PrintStats() { allocator.PrintStats(); } in PrintStats() function
650 void PrintInternalAllocatorStats() { instance.PrintStats(); } in PrintInternalAllocatorStats()

123