Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1402 struct EHABISectionIterator { struct
1403 typedef EHABISectionIterator _Self;
1405 typedef typename A::pint_t value_type;
1406 typedef typename A::pint_t* pointer;
1407 typedef typename A::pint_t& reference;
1408 typedef size_t size_type;
1409 typedef size_t difference_type;
1411 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
1414 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
1419 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() argument
[all …]