Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp623 struct EHABISectionIterator { struct
624 typedef EHABISectionIterator _Self; argument
640 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() function
683 EHABISectionIterator<A> begin = in getInfoFromEHABISection()
684 EHABISectionIterator<A>::begin(_addressSpace, sects); in getInfoFromEHABISection()
685 EHABISectionIterator<A> end = in getInfoFromEHABISection()
686 EHABISectionIterator<A>::end(_addressSpace, sects); in getInfoFromEHABISection()
688 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc); in getInfoFromEHABISection()
691 EHABISectionIterator<A> itThisPC = itNextPC - 1; in getInfoFromEHABISection()