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

/freebsd-current/contrib/libcxxrt/
H A Dunwind-arm.h81 } barrier_cache; member in struct:_Unwind_Exception
217 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\
H A Dexception.cc77 ucb->barrier_cache.sp = _Unwind_GetGR(context, 13);
78 ucb->barrier_cache.bitpattern[1] = static_cast<uint32_t>(selector);
79 ucb->barrier_cache.bitpattern[3] = reinterpret_cast<uint32_t>(landingPad);
100 *selector = ucb->barrier_cache.bitpattern[1];
101 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ucb->barrier_cache.bitpattern[3]);
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_arm_ehabi.h53 } barrier_cache; member in struct:_Unwind_Exception
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h128 } barrier_cache; member in struct:_Unwind_Control_Block
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp536 // p should have initialized barrier_cache. EHABI #7.3.5
646 if (sp == exception_object->barrier_cache.sp) {

Completed in 199 milliseconds