Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTimer.h93 explicit Timer(StringRef TimerName, StringRef TimerDescription) { in Timer()
96 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTimer.cpp132 void Timer::init(StringRef TimerName, StringRef TimerDescription) { in init()
136 void Timer::init(StringRef TimerName, StringRef TimerDescription, in init()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h148 StringRef TimerDescription; member