Searched refs:EHABISectionIterator (Results 1 – 1 of 1) sorted by relevance
1227 struct EHABISectionIterator { struct1228 typedef EHABISectionIterator _Self; argument1245 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() argument1288 EHABISectionIterator<A> begin = in getInfoFromEHABISection()1289 EHABISectionIterator<A>::begin(_addressSpace, sects); in getInfoFromEHABISection()1290 EHABISectionIterator<A> end = in getInfoFromEHABISection()1291 EHABISectionIterator<A>::end(_addressSpace, sects); in getInfoFromEHABISection()1295 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc); in getInfoFromEHABISection()1298 EHABISectionIterator<A> itThisPC = itNextPC - 1; in getInfoFromEHABISection()