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

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DRecyclingAllocator.h54 void PrintStats() { Base.PrintStats(); } function in class:llvm::RecyclingAllocator
H A DRecycler.h110 void PrintStats() { function in class:llvm::Recycler
H A DAllocator.h48 void PrintStats() const {} function in class:llvm::MallocAllocator
179 void PrintStats() const;
/external/webrtc/webrtc/p2p/stunprober/
H A Dmain.cc65 void PrintStats(StunProber* prober) { function in namespace:__anon24912
93 PrintStats(prober);
/external/llvm/include/llvm/Support/
H A DRecycler.h101 void PrintStats();
105 void Recycler<T, Size, Align>::PrintStats() { function in class:llvm::Recycler
H A DRecyclingAllocator.h54 void PrintStats() { function in class:llvm::RecyclingAllocator
55 Allocator.PrintStats();
56 Base.PrintStats();
H A DAllocator.h108 void PrintStats() const {} function in class:llvm::MallocAllocator
283 void PrintStats() const { function in class:llvm::BumpPtrAllocatorImpl
/external/sfntly/cpp/src/sample/subtly/
H A Dstats.cc70 void PrintStats(FILE* out, Font* font) { function in namespace:subtly
/external/clang/include/clang/AST/
H A DASTConsumer.h134 /// PrintStats - If desired, print any statistics.
135 virtual void PrintStats() {} function in class:clang::ASTConsumer
/external/clang/lib/Parse/
H A DParseAST.cpp99 ASTContext &Ctx, bool PrintStats,
110 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
113 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { argument
115 if (PrintStats) {
121 bool OldCollectStats = PrintStats;
170 if (PrintStats) {
172 P.getActions().PrintStats();
173 S.getASTContext().PrintStats();
174 Decl::PrintStats();
175 Stmt::PrintStats();
98 ParseAST(Preprocessor &PP, ASTConsumer *Consumer, ASTContext &Ctx, bool PrintStats, TranslationUnitKind TUKind, CodeCompleteConsumer *CompletionConsumer, bool SkipFunctionBodies) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAllocator.cpp147 void BumpPtrAllocator::PrintStats() const { function in class:llvm::BumpPtrAllocator
/external/webrtc/webrtc/modules/audio_coding/test/
H A DChannel.cc373 void Channel::PrintStats(CodecInst& codecInst) { function in class:webrtc::Channel
/external/clang/lib/AST/
H A DExternalASTSource.cpp64 void ExternalASTSource::PrintStats() { } function in class:ExternalASTSource
H A DDeclBase.cpp137 void Decl::PrintStats() { function in class:Decl
H A DStmt.cpp62 void Stmt::PrintStats() { function in class:Stmt
/external/clang/lib/Basic/
H A DFileManager.cpp556 void FileManager::PrintStats() const { function in class:FileManager
H A DIdentifierTable.cpp310 /// PrintStats - Print statistics about how well the identifier table is doing
312 void IdentifierTable::PrintStats() const { function in class:IdentifierTable
338 HashTable.getAllocator().PrintStats();
H A DSourceManager.cpp2131 void SourceManager::PrintStats() const { function in class:SourceManager
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp59 void PrintStats() override;
272 void ChainedIncludesSource::PrintStats() { function in class:ChainedIncludesSource
273 return getFinalReader().PrintStats();
H A DMultiplexConsumer.cpp350 void MultiplexConsumer::PrintStats() { function in class:MultiplexConsumer
352 Consumer->PrintStats();
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp155 void MultiplexExternalSemaSource::PrintStats() { function in class:MultiplexExternalSemaSource
157 Sources[i]->PrintStats();
H A DSema.cpp343 void Sema::PrintStats() const { function in class:Sema
347 BumpAlloc.PrintStats();
348 AnalysisWarnings.PrintStats();
/external/llvm/lib/Fuzzer/
H A DFuzzerLoop.cpp264 void Fuzzer::PrintStats(const char *Where, const char *End) { function in class:fuzzer::Fuzzer
338 PrintStats("RELOAD");
372 PrintStats("READ ");
397 PrintStats("INITED");
434 PrintStats("pulse ");
524 PrintStats("NEW ", "");
564 PrintStats(Stat);
705 PrintStats("DRILL ");
712 PrintStats("REINIT");
716 PrintStats("MERG
[all...]
/external/clang/lib/Lex/
H A DHeaderSearch.cpp79 void HeaderSearch::PrintStats() { function in class:HeaderSearch
H A DPreprocessor.cpp251 void Preprocessor::PrintStats() { function in class:Preprocessor

Completed in 1234 milliseconds

12