Home
last modified time | relevance | path

Searched refs:_sects (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/libunwind/src/
DUnwindCursor.hpp1276 : _i(i), _addressSpace(&addressSpace), _sects(&sects) {} in EHABISectionIterator()
1290 assert(_sects == other._sects); in operator ==()
1296 assert(_sects == other._sects); in operator !=()
1303 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress()
1309 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress()
1317 const UnwindInfoSections* _sects; member