Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignposts.cpp81 void endInterval(const void *O, llvm::StringRef Name) { in endInterval() function in llvm::SignpostEmitterImpl
127 void SignpostEmitter::endInterval(const void *O, StringRef Name) { in endInterval() function in SignpostEmitter
131 Impl->endInterval(O, Name); in endInterval()
H A DTimer.cpp164 signposts().endInterval(this, getName()); in stopTimer()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSignposts.h40 LLVM_ABI void endInterval(const void *O, StringRef Name);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DInstrumentation.cpp42 g_api_signposts->endInterval(this, m_pretty_func); in ~Instrumenter()
H A DTimer.cpp89 Signposts->endInterval(this, m_category.GetName()); in ~Timer()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProgress.cpp53 g_progress_signposts->endInterval(this, m_title); in ~Progress()