Home
last modified time | relevance | path

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

/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.cpp26 #include "llvm/Support/Signposts.h"
512 SignpostEmitter Signposts;
534 static SignpostEmitter &signposts() { return ManagedTimerGlobals->Signposts; }
56 static ManagedStatic<SignpostEmitter> Signposts; global() variable
H A DCMakeLists.txt240 Signposts.cpp
/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()
/llvm-project/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn136 "Signposts.cpp",