Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp1231 struct EHABISectionIterator { struct
1232 typedef EHABISectionIterator _Self;
1234 typedef typename A::pint_t value_type;
1235 typedef typename A::pint_t* pointer;
1236 typedef typename A::pint_t& reference;
1237 typedef size_t size_type;
1238 typedef size_t difference_type;
1240 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
1243 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
1248 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() function
[all …]