Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp644 struct EHABISectionIterator { struct
645 typedef EHABISectionIterator _Self;
647 typedef std::random_access_iterator_tag iterator_category;
648 typedef typename A::pint_t value_type;
649 typedef typename A::pint_t* pointer;
650 typedef typename A::pint_t& reference;
651 typedef size_t size_type;
652 typedef size_t difference_type;
654 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
657 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
[all …]