Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
H A DCMakeLists.txt210 Signposts.cpp
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/clang/libLLVMSupport/
H A DMakefile.shared111 Signposts.cpp \
H A DMakefile112 Signposts.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn125 "Signposts.cpp",
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd642484 ./usr/include/llvm/Support/Signposts.h
H A Dclang.macppc2483 ./usr/include/llvm/Support/Signposts.h
H A Dclang.loongson2483 ./usr/include/llvm/Support/Signposts.h
H A Dclang.octeon2483 ./usr/include/llvm/Support/Signposts.h
H A Dclang.arm642484 ./usr/include/llvm/Support/Signposts.h
H A Dclang.powerpc642482 ./usr/include/llvm/Support/Signposts.h
H A Dclang.armv72482 ./usr/include/llvm/Support/Signposts.h
H A Dclang.i3862482 ./usr/include/llvm/Support/Signposts.h
H A Dclang.sparc642483 ./usr/include/llvm/Support/Signposts.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5515 llvm/include/llvm/Support/Signposts.h
6244 llvm/lib/Support/Signposts.cpp