Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp688 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc); in getInfoFromEHABISection() local
689 if (itNextPC == begin || itNextPC == end) in getInfoFromEHABISection()
691 EHABISectionIterator<A> itThisPC = itNextPC - 1; in getInfoFromEHABISection()
694 pint_t nextPC = itNextPC.functionAddress(); in getInfoFromEHABISection()