Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignposts.cpp71 void startInterval(const void *O, llvm::StringRef Name) { in startInterval() function in llvm::SignpostEmitterImpl
119 void SignpostEmitter::startInterval(const void *O, StringRef Name) { in startInterval() function in SignpostEmitter
123 return Impl->startInterval(O, Name); in startInterval()
H A DTimer.cpp193 Signposts->startInterval(this, getName()); in startTimer()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSignposts.h37 void startInterval(const void *O, StringRef Name);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DInstrumentation.cpp32 g_api_signposts->startInterval(this, m_pretty_func); in Instrumenter()
H A DTimer.cpp62 Signposts->startInterval(this, m_category.GetName()); in Timer()