Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSignposts.cpp40 DenseMap<const void *, os_signpost_id_t> Signposts; member in llvm::SignpostEmitterImpl
47 const auto &I = Signposts.find(O); in getSignpostForObject()
48 if (I != Signposts.end()) in getSignpostForObject()
54 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); in stopTimer()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp34 static llvm::ManagedStatic<llvm::SignpostEmitter> Signposts; variable
36 llvm::SignpostEmitter &lldb_private::GetSignposts() { return *Signposts; } in GetSignposts()
/freebsd-13.1/lib/clang/libllvmminimal/
H A DMakefile48 SRCS+= Support/Signposts.cpp
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1000 SRCS_MIN+= Support/Signposts.cpp