Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerGlobalDtors.cpp168 for (auto &PriorityAndMore : DtorFuncs) { in runImpl() local
169 uint16_t Priority = PriorityAndMore.first; in runImpl()
171 auto &AtThisPriority = PriorityAndMore.second; in runImpl()