Searched defs:EHABISectionIterator (Results 1 - 1 of 1) sorted by relevance

/external/libunwind_llvm/src/
H A DUnwindCursor.hpp644 struct EHABISectionIterator { struct in namespace:libunwind
645 typedef EHABISectionIterator _Self;
661 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) function in struct:libunwind::EHABISectionIterator
704 EHABISectionIterator<A> begin =
705 EHABISectionIterator<A>::begin(_addressSpace, sects);
706 EHABISectionIterator<A> end =
707 EHABISectionIterator<A>::end(_addressSpace, sects);
709 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc);
712 EHABISectionIterator<A> itThisPC = itNextPC - 1;

Completed in 65 milliseconds