Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp54 static bool sortTimers();
344 if (sortTimers()) in PrintQueuedTimers()
542 static bool sortTimers() { return ManagedTimerGlobals->SortTimers; } in sortTimers() function