Home
last modified time | relevance | path

Searched defs:rootTimer (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DCOFFLinkerContext.h57 Timer rootTimer; variable
H A DDriver.cpp1399 ScopedTimer rootTimer(ctx.rootTimer); in linkerMain() local
/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp441 std::unique_ptr<TimerImpl> rootTimer; member in mlir::detail::DefaultTimingManagerImpl
511 Optional<void *> DefaultTimingManager::rootTimer() { in rootTimer() function in DefaultTimingManager