Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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.h120 void PrintStats() override;
212 void PrintStats() override;
396 void PrintStats() override;
H A DASTResultSynthesizer.cpp519 void ASTResultSynthesizer::PrintStats() { in PrintStats() function in ASTResultSynthesizer
521 m_passthrough->PrintStats(); in PrintStats()
/openbsd-src/gnu/llvm/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()
206 if (PrintStats) { in ParseAST()
208 if (HaveLexer) P.getActions().PrintStats(); in ParseAST()
209 S.getASTContext().PrintStats(); in ParseAST()
210 Decl::PrintStats(); in ParseAST()
211 Stmt::PrintStats(); in ParseAST()
[all …]
/openbsd-src/gnu/llvm/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.h99 void PrintStats() const {} in PrintStats() function
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParseAST.h39 ASTContext &Ctx, bool PrintStats = false,
46 void ParseAST(Sema &S, bool PrintStats = false,
/openbsd-src/gnu/llvm/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.h133 void PrintStats() const { in PrintStats() function
137 cache_.PrintStats(); in PrintStats()
277 void PrintStats() const { in PrintStats() function
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp328 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units, in PrintStats() function in fuzzer::Fuzzer
367 Corpus.PrintStats(); in PrintFinalStats()
445 PrintStats("RELOAD"); in RereadOutputCorpus()
453 PrintStats("pulse "); in PrintPulseAndReportSlowInput()
658 PrintStats(Text, ""); in PrintStatusForNewUnit()
841 PrintStats("INITED"); in ReadAndExecuteSeedCorpora()
913 PrintStats("DONE ", "\n"); in Loop()
H A DFuzzerInternal.h108 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0,
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h236 unsigned PrintStats : 1; variable
294 UnoptimizedCFG(false), PrintStats(false), NoRetryExhausted(false), in AnalyzerOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h100 void PrintStats() const;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConsumer.h137 virtual void PrintStats() {} in PrintStats() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTSource.cpp61 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DMultiplexConsumer.h75 void PrintStats() override;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp559 void PrintStats() { allocator.PrintStats(); } in PrintStats() function
583 void PrintInternalAllocatorStats() { instance.PrintStats(); } in PrintInternalAllocatorStats()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp168 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource
170 Sources[i]->PrintStats(); in PrintStats()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp81 allocator.PrintStats(); in ~AtExit()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DMultiplexConsumer.cpp354 void MultiplexConsumer::PrintStats() { in PrintStats() function in MultiplexConsumer
356 Consumer->PrintStats(); in PrintStats()

123