Lines Matching refs:EHABISectionIterator
1369 struct EHABISectionIterator { struct
1370 typedef EHABISectionIterator _Self; argument
1386 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() function
1434 EHABISectionIterator<A> EHABISectionUpperBound( in EHABISectionUpperBound()
1435 EHABISectionIterator<A> first, in EHABISectionUpperBound()
1436 EHABISectionIterator<A> last, in EHABISectionUpperBound()
1441 EHABISectionIterator<A> m = first + l2; in EHABISectionUpperBound()
1458 EHABISectionIterator<A> begin = in getInfoFromEHABISection()
1459 EHABISectionIterator<A>::begin(_addressSpace, sects); in getInfoFromEHABISection()
1460 EHABISectionIterator<A> end = in getInfoFromEHABISection()
1461 EHABISectionIterator<A>::end(_addressSpace, sects); in getInfoFromEHABISection()
1465 EHABISectionIterator<A> itNextPC = EHABISectionUpperBound(begin, end, pc); in getInfoFromEHABISection()
1468 EHABISectionIterator<A> itThisPC = itNextPC - 1; in getInfoFromEHABISection()