Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignposts.cpp45 DenseMap<const void *, os_signpost_id_t> Signposts; member in llvm::SignpostEmitterImpl
51 const auto &I = Signposts.find(O); in getSignpostForObject()
52 if (I != Signposts.end()) in getSignpostForObject()
58 const auto &Inserted = Signposts.insert(std::make_pair(O, ID)); in getSignpostForObject()
H A DTimer.cpp56 static ManagedStatic<SignpostEmitter> Signposts; variable
193 Signposts->startInterval(this, getName()); in startTimer()
202 Signposts->endInterval(this, getName()); in stopTimer()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp34 static llvm::ManagedStatic<llvm::SignpostEmitter> Signposts; variable
62 Signposts->startInterval(this, m_category.GetName()); in Timer()
89 Signposts->endInterval(this, m_category.GetName()); in ~Timer()
/freebsd/lib/clang/libllvmminimal/
H A DMakefile46 SRCS+= Support/Signposts.cpp
/freebsd/lib/clang/libllvm/
H A DMakefile1180 SRCS_MIN+= Support/Signposts.cpp