Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp682 struct EHABISectionIterator { struct
683 typedef EHABISectionIterator _Self;
685 typedef std::random_access_iterator_tag iterator_category;
686 typedef typename A::pint_t value_type;
687 typedef typename A::pint_t* pointer;
688 typedef typename A::pint_t& reference;
689 typedef size_t size_type;
690 typedef size_t difference_type;
692 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
695 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
[all …]