Searched refs:EHABISectionIterator (Results 1 – 1 of 1) sorted by relevance
623 struct EHABISectionIterator { struct624 typedef EHABISectionIterator _Self; argument640 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() function683 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()