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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1360 bool isSingleWordEHT; local
1365 isSingleWordEHT = true;
1369 isSingleWordEHT = false;
1375 // isSingleWordEHT -- whether the entry is in the index.
1391 lsda = isSingleWordEHT ? 0 : (exceptionTableAddr + 4);
1410 if (isSingleWordEHT) {
1456 _info.flags = (isSingleWordEHT ? 1 : 0) | (scope32 ? 0x2 : 0); // Use enum?

Completed in 168 milliseconds