Home
last modified time | relevance | path

Searched defs:EHABISectionIterator (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/libunwind/src/
DUnwindCursor.hpp1258 struct EHABISectionIterator { struct
1259 typedef EHABISectionIterator _Self;
1261 typedef typename A::pint_t value_type;
1262 typedef typename A::pint_t* pointer;
1263 typedef typename A::pint_t& reference;
1264 typedef size_t size_type;
1265 typedef size_t difference_type;
1267 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
1270 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
1275 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() function
[all …]