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

/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp117 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset;
173 const uint32_t* unwindingData = ucbp->pr_cache.ehtp;
185 ucbp->pr_cache.additional);
518 exception_object->pr_cache.fnstart = frameInfo.start_ip;
519 exception_object->pr_cache.ehtp =
521 exception_object->pr_cache.additional = frameInfo.flags;
528 exception_object->pr_cache.fnstart,
529 static_cast<void *>(exception_object->pr_cache.ehtp),
530 exception_object->pr_cache.additional);
633 exception_object->pr_cache
[all...]
H A DUnwindLevel1-gcc-ext.c169 // Update the pr_cache in the mock exception object.
171 ex.pr_cache.fnstart = frameInfo.start_ip;
172 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
173 ex.pr_cache.additional= frameInfo.flags;
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_arm_ehabi.h66 } pr_cache; member in struct:_Unwind_Exception
/freebsd-current/contrib/libcxxrt/
H A Dunwind-arm.h97 } pr_cache; member in struct:_Unwind_Exception
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h139 } pr_cache; member in struct:_Unwind_Control_Block

Completed in 169 milliseconds