Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp496 printAll<AggType>(OS, FN, perThreadRoots, threadId, reportThreadId); in printAllPerThread()
550 printAll<AggType>(OS, FN, MergedByThreadRoots, in printAllAggregatingThreads()
563 void printAll(raw_ostream &OS, FuncIdConversionHelper &FN, in printAll() function in StackTrie
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp251 llvm::TimerGroup::printAll(llvm::errs()); in cc1_main()
H A Ddriver.cpp566 llvm::TimerGroup::printAll(llvm::errs()); in main()
H A Dcc1as_main.cpp622 TimerGroup::printAll(errs()); in cc1as_main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h223 static void printAll(raw_ostream &OS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp420 void TimerGroup::printAll(raw_ostream &OS) { in printAll() function in TimerGroup