Searched refs:Signposts (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSignposts.cpp1 //===-- Signposts.cpp - Interval debug annotations ------------------------===//
10 #include "llvm/Support/Signposts.h"
41 DenseMap<const Timer *, os_signpost_id_t> Signposts; member in class:llvm::SignpostEmitterImpl
45 const auto &I = Signposts.find(T);
46 if (I != Signposts.end())
49 const auto &Inserted = Signposts.insert(
55 SignpostEmitterImpl() : SignpostLog(LogCreator(), LogDeleter), Signposts() {}
H A DTimer.cpp22 #include "llvm/Support/Signposts.h"
44 static ManagedStatic<SignpostEmitter> Signposts; variable
141 Signposts->startTimerInterval(this);
150 Signposts->endTimerInterval(this);
/freebsd-13-stable/lib/clang/libllvmminimal/
H A DMakefile44 SRCS+= Support/Signposts.cpp
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile945 SRCS_MIN+= Support/Signposts.cpp

Completed in 82 milliseconds