Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp56 static SignpostEmitter &signposts();
153 signposts().startInterval(this, getName()); in startTimer()
164 signposts().endInterval(this, getName()); in stopTimer()
543 static SignpostEmitter &signposts() { return ManagedTimerGlobals->Signposts; } in signposts() function