Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dunwind-arm.h81 } barrier_cache; member
217 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\
H A Dexception.cc77 ucb->barrier_cache.sp = _Unwind_GetGR(context, 13); in saveLandingPad()
78 ucb->barrier_cache.bitpattern[1] = static_cast<uint32_t>(selector); in saveLandingPad()
79 ucb->barrier_cache.bitpattern[3] = reinterpret_cast<uint32_t>(landingPad); in saveLandingPad()
100 *selector = ucb->barrier_cache.bitpattern[1]; in loadLandingPad()
101 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ucb->barrier_cache.bitpattern[3]); in loadLandingPad()
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind_arm_ehabi.h53 } barrier_cache; member
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h128 } barrier_cache; member
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp646 if (sp == exception_object->barrier_cache.sp) { in unwind_phase2()