Lines Matching refs:EHABISectionIterator
1231 struct EHABISectionIterator { struct
1232 typedef EHABISectionIterator _Self; argument
1248 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() function
1290 EHABISectionIterator<A> EHABISectionUpperBound( in EHABISectionUpperBound()
1291 EHABISectionIterator<A> first, in EHABISectionUpperBound()
1292 EHABISectionIterator<A> last, in EHABISectionUpperBound()
1297 EHABISectionIterator<A> m = first + l2; in EHABISectionUpperBound()
1314 EHABISectionIterator<A> begin = in getInfoFromEHABISection()
1315 EHABISectionIterator<A>::begin(_addressSpace, sects); in getInfoFromEHABISection()
1316 EHABISectionIterator<A> end = in getInfoFromEHABISection()
1317 EHABISectionIterator<A>::end(_addressSpace, sects); in getInfoFromEHABISection()
1321 EHABISectionIterator<A> itNextPC = EHABISectionUpperBound(begin, end, pc); in getInfoFromEHABISection()
1324 EHABISectionIterator<A> itThisPC = itNextPC - 1; in getInfoFromEHABISection()