Searched refs:PrintStats (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParseAST.h31 /// \param PrintStats Whether to print LLVM statistics related to parsing.
39 ASTContext &Ctx, bool PrintStats = false,
46 void ParseAST(Sema &S, bool PrintStats = false,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp100 ASTContext &Ctx, bool PrintStats,
111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { argument
116 if (PrintStats) {
122 bool OldCollectStats = PrintStats;
181 if (PrintStats) {
183 if (HaveLexer) P.getActions().PrintStats();
184 S.getASTContext().PrintStats();
185 Decl::PrintStats();
186 Stmt::PrintStats();
99 ParseAST(Preprocessor &PP, ASTConsumer *Consumer, ASTContext &Ctx, bool PrintStats, TranslationUnitKind TUKind, CodeCompleteConsumer *CompletionConsumer, bool SkipFunctionBodies) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DRecyclingAllocator.h53 void PrintStats() { function in class:llvm::RecyclingAllocator
54 Allocator.PrintStats();
55 Base.PrintStats();
H A DRecycler.h102 void PrintStats();
106 void Recycler<T, Size, Align>::PrintStats() { function in class:llvm::Recycler
H A DAllocatorBase.h98 void PrintStats() const {} function in class:llvm::MallocAllocator
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h177 void PrintStats() { function in class:CombinedAllocator
178 primary_.PrintStats();
179 secondary_.PrintStats();
H A Dsanitizer_quarantine.h134 void PrintStats() const { function in class:__sanitizer::Quarantine
135 // It assumes that the world is stopped, just as the allocator's PrintStats.
138 cache_.PrintStats();
277 void PrintStats() const { function in class:__sanitizer::QuarantineCache
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h166 void PrintStats() { function in class:CombinedAllocator
167 primary_.PrintStats();
168 secondary_.PrintStats();
H A Dsanitizer_quarantine.h132 void PrintStats() const { function in class:__sanitizer::Quarantine
133 // It assumes that the world is stopped, just as the allocator's PrintStats.
136 cache_.PrintStats();
275 void PrintStats() const { function in class:__sanitizer::QuarantineCache
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h171 void PrintStats() { function in class:CombinedAllocator
172 primary_.PrintStats();
173 secondary_.PrintStats();
H A Dsanitizer_quarantine.h133 void PrintStats() const { function in class:__sanitizer::Quarantine
134 // It assumes that the world is stopped, just as the allocator's PrintStats.
137 cache_.PrintStats();
277 void PrintStats() const { function in class:__sanitizer::QuarantineCache
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConsumer.h136 /// PrintStats - If desired, print any statistics.
137 virtual void PrintStats() {} function in class:clang::ASTConsumer
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h102 void PrintStats() const;
H A DMultiplexExternalSemaSource.h151 void PrintStats() override;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp61 void ExternalASTSource::PrintStats() {} function in class:ExternalASTSource
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DMultiplexConsumer.h73 void PrintStats() override;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h252 unsigned PrintStats : 1;
310 PrintStats(false), NoRetryExhausted(false), AnalyzerWerror(false) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp323 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units) { function in class:fuzzer::Fuzzer
363 Corpus.PrintStats();
435 PrintStats("RELOAD");
443 PrintStats("pulse ");
611 PrintStats(Text, "");
790 PrintStats("INITED");
844 PrintStats("DONE ", "\n");
H A DFuzzerInternal.h109 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc84 allocator.PrintStats();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h326 void PrintStats() const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp348 void MultiplexConsumer::PrintStats() { function in class:MultiplexConsumer
350 Consumer->PrintStats();
H A DFrontendAction.cpp1002 CI.getPreprocessor().PrintStats();
1003 CI.getPreprocessor().getIdentifierTable().PrintStats();
1004 CI.getPreprocessor().getHeaderSearchInfo().PrintStats();
1005 CI.getSourceManager().PrintStats();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp162 void MultiplexExternalSemaSource::PrintStats() { function in class:MultiplexExternalSemaSource
164 Sources[i]->PrintStats();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp364 /// PrintStats - Print statistics about how well the identifier table is doing
366 void IdentifierTable::PrintStats() const { function in class:IdentifierTable
392 HashTable.getAllocator().PrintStats();

Completed in 360 milliseconds

123