Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1376 EHABISectionIterator<A> itNextPC = EHABISectionUpperBound(begin, end, pc); in getInfoFromEHABISection() local
1377 if (itNextPC == begin) in getInfoFromEHABISection()
1379 EHABISectionIterator<A> itThisPC = itNextPC - 1; in getInfoFromEHABISection()
1386 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()