Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp231 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName]; in get() local
233 if (!GroupEntry.first) in get()
234 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in get()
236 Timer &T = GroupEntry.second[Name]; in get()
238 T.init(Name, Description, *GroupEntry.first); in get()