Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassTimingInfo.h60 SmallVector<Timer *, 8> TimerStack; variable
/freebsd-13.1/contrib/sendmail/src/
H A Dtimers.c24 static TIMER *TimerStack[MAXTIMERSTACK]; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp29 typedef std::vector<Timer *> TimerStack; typedef