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