Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/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()
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 DRecyclingAllocator.h54 void PrintStats() { in PrintStats() function
55 Allocator.PrintStats(); in PrintStats()
56 Base.PrintStats(); in PrintStats()
H A DRecycler.h103 void PrintStats();
107 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
H A DAllocator.h113 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 DParseAST.h40 ASTContext &Ctx, bool PrintStats = false,
47 void ParseAST(Sema &S, bool PrintStats = false,
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h65 Primary.PrintStats(); in printStats()
66 Secondary.PrintStats(); in printStats()
H A Dscudo_allocator_secondary.h173 void PrintStats() { in PrintStats() function
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h177 void PrintStats() { in PrintStats() function
178 primary_.PrintStats(); in PrintStats()
179 secondary_.PrintStats(); in PrintStats()
H A Dsanitizer_quarantine.h134 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 DFuzzerLoop.cpp323 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 DFuzzerInternal.h108 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 DASTStructExtractor.cpp167 void ASTStructExtractor::PrintStats() { in PrintStats() function in ASTStructExtractor
169 m_passthrough->PrintStats(); in PrintStats()
H A DASTStructExtractor.h108 void PrintStats() override;
H A DASTResultSynthesizer.h103 void PrintStats() override;
H A DASTResultSynthesizer.cpp498 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 DAnalyzerOptions.h213 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 DAnalysisBasedWarnings.h98 void PrintStats() const;
H A DMultiplexExternalSemaSource.h150 void PrintStats() override;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTConsumer.h133 virtual void PrintStats() {} in PrintStats() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DMultiplexConsumer.h73 void PrintStats() override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp73 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp162 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 DMultiplexConsumer.cpp338 void MultiplexConsumer::PrintStats() { in PrintStats() function in MultiplexConsumer
340 Consumer->PrintStats(); in PrintStats()
H A DFrontendAction.cpp980 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 DFileManager.h283 void PrintStats() const;

123