Home
last modified time | relevance | path

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

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