Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DTimerTest.cpp34 TEST(Timer, Additivity) { in TEST() argument
51 TEST(Timer, CheckIfTriggered) { in TEST() argument
/llvm-project-15.0.7/lld/Common/
H A DTimer.cpp30 Timer::Timer(llvm::StringRef name) : total(0), name(std::string(name)) {} in Timer() function in Timer
31 Timer::Timer(llvm::StringRef name, Timer &parent) in Timer() function in Timer
/llvm-project-15.0.7/lld/COFF/
H A DPDB.h23 class Timer; variable
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DTiming.h23 class Timer; variable
189 Timer(Timer &&other) : Timer(other) { in Timer() function
252 Timer(TimingManager &tm, void *handle) : tm(&tm), handle(handle) {} in Timer() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTimer.h93 explicit Timer(StringRef TimerName, StringRef TimerDescription) { in Timer() function
96 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer() function
99 Timer(const Timer &RHS) { in Timer() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBSocket.h56 DNBTimer &Timer() { return m_timer; } in Timer() function
/llvm-project-15.0.7/lld/include/lld/Common/
H A DTimer.h23 class Timer; variable
/llvm-project-15.0.7/libc/utils/testutils/
H A DTimer.cpp22 Timer::Timer() : Impl(new TimerImplementation) {} in Timer() function in __llvm_libc::testing::Timer
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DTimer.py19 class Timer(object): class
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp110 HANDLE Timer; in SetTimer() local
119 static TimerQ Timer; variable
/llvm-project-15.0.7/lldb/source/Utility/
H A DTimer.cpp60 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer() function in Timer
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp412 TimerFile(WallTimer &Timer, std::unique_ptr<File> InnerFile) in TimerFile()
432 WallTimer &Timer; member in clang::clangd::__anoncf7fbb130111::TimerFile
460 WallTimer Timer; member in clang::clangd::__anoncf7fbb130111::TimerFS
/llvm-project-15.0.7/lldb/examples/python/
H A Dperformance.py63 class Timer: class
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp433 TimeBucketRegion Timer; in onStartOfTranslationUnit() local
443 TimeBucketRegion Timer; in onEndOfTranslationUnit() local
1014 TimeBucketRegion Timer; in matchWithoutFilter() local
1037 TimeBucketRegion Timer; in matchWithFilter() local
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h34 class Timer; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp1691 llvm::Timer Timer; in loadModuleFile() local
1817 llvm::Timer Timer; in findOrCompileModuleAndReadAST() local
H A DFrontendAction.cpp1034 llvm::TimeRegion Timer(CI.getFrontendTimer()); in Execute() local
H A DASTUnit.cpp368 SimpleTimer Timer(WantTiming); in CacheCodeCompletionResults() local