Searched defs:PrintStats (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h54 void PrintStats() { function in class:llvm::RecyclingAllocator
55 Allocator.PrintStats();
56 Base.PrintStats();
H A DRecycler.h122 void PrintStats() { function in class:llvm::Recycler
H A DAllocator.h48 void PrintStats() const {} function in class:llvm::MallocAllocator
179 void PrintStats() const;
/external/clang/lib/AST/
H A DExternalASTSource.cpp23 void ExternalASTSource::PrintStats() { } function in class:ExternalASTSource
H A DDeclBase.cpp105 void Decl::PrintStats() { function in class:Decl
H A DStmt.cpp66 void Stmt::PrintStats() { function in class:Stmt
/external/sfntly/cpp/src/sample/subtly/
H A Dstats.cc70 void PrintStats(FILE* out, Font* font) { function in namespace:subtly
/external/clang/lib/Parse/
H A DParseAST.cpp86 ASTContext &Ctx, bool PrintStats,
96 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
99 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { argument
101 if (PrintStats) {
107 bool OldCollectStats = PrintStats;
156 if (PrintStats) {
158 P.getActions().PrintStats();
159 S.getASTContext().PrintStats();
160 Decl::PrintStats();
161 Stmt::PrintStats();
85 ParseAST(Preprocessor &PP, ASTConsumer *Consumer, ASTContext &Ctx, bool PrintStats, TranslationUnitKind TUKind, CodeCompleteConsumer *CompletionConsumer, bool SkipFunctionBodies) argument
[all...]
/external/clang/include/clang/AST/
H A DASTConsumer.h147 /// PrintStats - If desired, print any statistics.
148 virtual void PrintStats() {} function in class:clang::ASTConsumer
/external/llvm/lib/Support/
H A DAllocator.cpp155 void BumpPtrAllocator::PrintStats() const { function in class:llvm::BumpPtrAllocator
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp220 void ChainedIncludesSource::PrintStats() { function in class:ChainedIncludesSource
221 return getFinalReader().PrintStats();
H A DMultiplexConsumer.cpp274 void MultiplexConsumer::PrintStats() { function in class:MultiplexConsumer
276 Consumers[i]->PrintStats();
/external/clang/lib/Basic/
H A DFileManager.cpp583 void FileManager::PrintStats() const { function in class:FileManager
H A DIdentifierTable.cpp253 /// PrintStats - Print statistics about how well the identifier table is doing
255 void IdentifierTable::PrintStats() const { function in class:IdentifierTable
281 HashTable.getAllocator().PrintStats();
H A DSourceManager.cpp2113 void SourceManager::PrintStats() const { function in class:SourceManager
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp146 void MultiplexExternalSemaSource::PrintStats() { function in class:MultiplexExternalSemaSource
148 Sources[i]->PrintStats();
H A DSema.cpp251 void Sema::PrintStats() const { function in class:Sema
255 BumpAlloc.PrintStats();
256 AnalysisWarnings.PrintStats();
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc68 void PrintStats();
241 void Index::PrintStats() { function in class:__anon4702::Index
/external/clang/lib/Lex/
H A DHeaderSearch.cpp69 void HeaderSearch::PrintStats() { function in class:HeaderSearch
H A DPreprocessor.cpp229 void Preprocessor::PrintStats() { function in class:Preprocessor
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc503 PrintStats("leveldb.stats");
505 PrintStats("leveldb.sstables");
894 void PrintStats(const char* key) { function in class:leveldb::__anon11246::RandomGenerator::Benchmark
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc306 PrintStats();
1597 void CallClient::PrintStats() const { function in class:CallClient
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc507 static void PrintStats(int level) { function
943 PrintStats(level);
1378 PrintStats(1);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc479 static void PrintStats(int level) { function
936 PrintStats(level);
1336 PrintStats(1);
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc645 static inline void PrintStats(const ConsStringGenerationData& data) { function
681 PrintStats(data);

Completed in 527 milliseconds

12