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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1262 : _i(i), _addressSpace(&addressSpace), _sects(&sects) {}
1276 assert(_sects == other._sects);
1283 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
1289 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
1297 const UnwindInfoSections* _sects; member in struct:libunwind::EHABISectionIterator

Completed in 105 milliseconds