HomeSort by relevance Sort by last modified time
    Searched defs:PrintStats (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 54 void PrintStats() {
55 Allocator.PrintStats();
56 Base.PrintStats();
Recycler.h 101 void PrintStats();
105 void Recycler<T, Size, Align>::PrintStats() {
Allocator.h 108 void PrintStats() const {}
283 void PrintStats() const {
  /external/sfntly/cpp/src/sample/subtly/
stats.cc 70 void PrintStats(FILE* out, Font* font) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
RecyclingAllocator.h 54 void PrintStats() { Base.PrintStats(); }
Recycler.h 110 void PrintStats() {
Allocator.h 48 void PrintStats() const {}
179 void PrintStats() const;
  /external/webrtc/webrtc/p2p/stunprober/
main.cc 65 void PrintStats(StunProber* prober) {
93 PrintStats(prober);
  /external/clang/include/clang/AST/
ASTConsumer.h 134 /// PrintStats - If desired, print any statistics.
135 virtual void PrintStats() {}
  /external/clang/lib/AST/
ExternalASTSource.cpp 64 void ExternalASTSource::PrintStats() { }
Stmt.cpp 62 void Stmt::PrintStats() {
    [all...]
DeclBase.cpp 137 void Decl::PrintStats() {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Allocator.cpp 147 void BumpPtrAllocator::PrintStats() const {
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc 373 void Channel::PrintStats(CodecInst& codecInst) {
  /external/clang/lib/Basic/
FileManager.cpp 556 void FileManager::PrintStats() const {
IdentifierTable.cpp 310 /// PrintStats - Print statistics about how well the identifier table is doing
312 void IdentifierTable::PrintStats() const {
338 HashTable.getAllocator().PrintStats();
SourceManager.cpp     [all...]
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 59 void PrintStats() override;
272 void ChainedIncludesSource::PrintStats() {
273 return getFinalReader().PrintStats();
MultiplexConsumer.cpp 350 void MultiplexConsumer::PrintStats() {
352 Consumer->PrintStats();
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 155 void MultiplexExternalSemaSource::PrintStats() {
157 Sources[i]->PrintStats();
Sema.cpp 343 void Sema::PrintStats() const {
347 BumpAlloc.PrintStats();
348 AnalysisWarnings.PrintStats();
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 251 void Preprocessor::PrintStats() {
    [all...]
HeaderSearch.cpp 79 void HeaderSearch::PrintStats() {
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 264 void Fuzzer::PrintStats(const char *Where, const char *End) {
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("MERGE ")
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 644 void PrintStats() {
645 allocator.PrintStats();
716 instance.PrintStats();

Completed in 690 milliseconds

1 2