Searched refs:printAll (Results 1 - 7 of 7) sorted by relevance

/external/clang/tools/driver/
H A Dcc1_main.cpp114 llvm::TimerGroup::printAll(llvm::errs());
H A Ddriver.cpp508 llvm::TimerGroup::printAll(llvm::errs());
H A Dcc1as_main.cpp495 TimerGroup::printAll(errs());
/external/skia/src/utils/
H A DSkRTConf.cpp84 printAll(path);
99 void SkRTConfRegistry::printAll(const char *fname) const { function in class:SkRTConfRegistry
/external/llvm/include/llvm/Support/
H A DTimer.h177 /// printAll - This static method prints all timers and clears them all out.
178 static void printAll(raw_ostream &OS);
/external/skia/include/utils/
H A DSkRTConf.h78 void printAll(const char *fname = NULL) const;
/external/llvm/lib/Support/
H A DTimer.cpp381 /// printAll - This static method prints all timers and clears them all out.
382 void TimerGroup::printAll(raw_ostream &OS) { function in class:TimerGroup

Completed in 184 milliseconds