Searched refs:printAll (Results 1 – 12 of 12) sorted by relevance
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | timing.h | 95 printAll(); in getOrCreateTimer() 162 void printAll() EXCLUDES(Mutex) { in printAllImpl() 150 void printAll() EXCLUDES(Mutex) { printAll() function
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | CacheMetrics.h | 27 void printAll(raw_ostream &OS,
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | timing_test.cpp | 35 void printAllTimersStats() { Manager.printAll(); }
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-stacks.cpp | 493 printAll<AggType>(OS, FN, iter.second, iter.first, true); in printAllPerThread() 546 printAll<AggType>(OS, FN, MergedByThreadRoots, in printAllAggregatingThreads() 559 void printAll(raw_ostream &OS, FuncIdConversionHelper &FN, in printAll() function in StackTrie
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Timer.h | 229 static void printAll(raw_ostream &OS); 233 /// using \c printAll or \c printJSONValues.
|
/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 295 llvm::TimerGroup::printAll(llvm::errs()); in cc1_main()
|
H A D | driver.cpp | 446 llvm::TimerGroup::printAll(llvm::errs()); in clang_main()
|
H A D | cc1as_main.cpp | 713 TimerGroup::printAll(errs());
|
/llvm-project/bolt/lib/Passes/ |
H A D | CacheMetrics.cpp | 215 void CacheMetrics::printAll(raw_ostream &OS, in printAll() function in CacheMetrics
|
/llvm-project/llvm/lib/Support/ |
H A D | Timer.cpp | 416 void TimerGroup::printAll(raw_ostream &OS) { in prepareToPrintList() 444 void TimerGroup::printAll(raw_ostream &OS) { printAll() function in TimerGroup
|
/llvm-project/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 2694 Timers->JITLinkTG.printAll(errs()); 2719 Timers->JITLinkTG.printAll(errs());
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 3282 TimerGroup::printAll(outs()); in disassembleFunctions() 3622 CacheMetrics::printAll(BC->outs(), BC->getSortedFunctions()); in getCodeSections()
|