Home
last modified time | relevance | path

Searched refs:printAll (Results 1 – 12 of 12) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h95 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 DCacheMetrics.h27 void printAll(raw_ostream &OS,
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dtiming_test.cpp35 void printAllTimersStats() { Manager.printAll(); }
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp493 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 DTimer.h229 static void printAll(raw_ostream &OS);
233 /// using \c printAll or \c printJSONValues.
/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp295 llvm::TimerGroup::printAll(llvm::errs()); in cc1_main()
H A Ddriver.cpp446 llvm::TimerGroup::printAll(llvm::errs()); in clang_main()
H A Dcc1as_main.cpp713 TimerGroup::printAll(errs());
/llvm-project/bolt/lib/Passes/
H A DCacheMetrics.cpp215 void CacheMetrics::printAll(raw_ostream &OS, in printAll() function in CacheMetrics
/llvm-project/llvm/lib/Support/
H A DTimer.cpp416 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 Dllvm-jitlink.cpp2694 Timers->JITLinkTG.printAll(errs());
2719 Timers->JITLinkTG.printAll(errs());
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3282 TimerGroup::printAll(outs()); in disassembleFunctions()
3622 CacheMetrics::printAll(BC->outs(), BC->getSortedFunctions()); in getCodeSections()