Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp260 static TimerGroup *TimerGroupList = nullptr; variable
267 if (TimerGroupList) in TimerGroup()
268 TimerGroupList->Prev = &Next; in TimerGroup()
269 Next = TimerGroupList; in TimerGroup()
270 Prev = &TimerGroupList; in TimerGroup()
271 TimerGroupList = this; in TimerGroup()
423 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in printAll()
429 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in clearAll()
473 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in printAllJSONValues()