HomeSort by: relevance | last modified time | path
    Searched refs:PrintStats (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
ParseAST.h 31 /// \param PrintStats Whether to print LLVM statistics related to parsing.
39 ASTContext &Ctx, bool PrintStats = false,
46 void ParseAST(Sema &S, bool PrintStats = false,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseAST.cpp 100 ASTContext &Ctx, bool PrintStats,
111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) {
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();
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
RecyclingAllocator.h 53 void PrintStats() {
54 Allocator.PrintStats();
55 Base.PrintStats();
Recycler.h 102 void PrintStats();
106 void Recycler<T, Size, Align>::PrintStats() {
AllocatorBase.h 98 void PrintStats() const {}
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 177 void PrintStats() {
178 primary_.PrintStats();
179 secondary_.PrintStats();
sanitizer_quarantine.h 134 void PrintStats() const {
135 // It assumes that the world is stopped, just as the allocator's PrintStats.
138 cache_.PrintStats();
277 void PrintStats() const {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 171 void PrintStats() {
172 primary_.PrintStats();
173 secondary_.PrintStats();
sanitizer_quarantine.h 133 void PrintStats() const {
134 // It assumes that the world is stopped, just as the allocator's PrintStats.
137 cache_.PrintStats();
277 void PrintStats() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTConsumer.h 136 /// PrintStats - If desired, print any statistics.
137 virtual void PrintStats() {}
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
AnalysisBasedWarnings.h 102 void PrintStats() const;
MultiplexExternalSemaSource.h 151 void PrintStats() override;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTSource.cpp 61 void ExternalASTSource::PrintStats() {}
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
MultiplexConsumer.h 73 void PrintStats() override;
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 252 unsigned PrintStats : 1;
310 PrintStats(false), NoRetryExhausted(false), AnalyzerWerror(false) {
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerLoop.cpp 323 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units) {
363 Corpus.PrintStats();
435 PrintStats("RELOAD");
443 PrintStats("pulse ");
611 PrintStats(Text, "");
790 PrintStats("INITED");
844 PrintStats("DONE ", "\n");
FuzzerInternal.h 109 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 84 allocator.PrintStats();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileManager.h 326 void PrintStats() const;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp 348 void MultiplexConsumer::PrintStats() {
350 Consumer->PrintStats();
FrontendAction.cpp 1002 CI.getPreprocessor().PrintStats();
1003 CI.getPreprocessor().getIdentifierTable().PrintStats();
1004 CI.getPreprocessor().getHeaderSearchInfo().PrintStats();
1005 CI.getSourceManager().PrintStats();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 162 void MultiplexExternalSemaSource::PrintStats() {
164 Sources[i]->PrintStats();
  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 364 /// PrintStats - Print statistics about how well the identifier table is doing
366 void IdentifierTable::PrintStats() const {
392 HashTable.getAllocator().PrintStats();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 131 if (Opts->PrintStats || Opts->ShouldSerializeStats) {
149 if (Opts->PrintStats) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 777 void PrintStats() {
778 allocator.PrintStats();
779 quarantine.PrintStats();
863 instance.PrintStats();

Completed in 74 milliseconds

1 2 3