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

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp115 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset;
171 const uint32_t* unwindingData = ucbp->pr_cache.ehtp;
183 ucbp->pr_cache.additional);
493 exception_object->pr_cache.fnstart = frameInfo.start_ip;
494 exception_object->pr_cache.ehtp =
496 exception_object->pr_cache.additional = frameInfo.flags;
503 exception_object->pr_cache.fnstart,
504 static_cast<void *>(exception_object->pr_cache.ehtp),
505 exception_object->pr_cache.additional);
606 exception_object->pr_cache
[all...]
H A DUnwindLevel1-gcc-ext.c144 // Update the pr_cache in the mock exception object.
146 ex.pr_cache.fnstart = frameInfo.start_ip;
147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
148 ex.pr_cache.additional= frameInfo.flags;
/freebsd-13-stable/contrib/libcxxrt/
H A Dunwind-arm.h97 } pr_cache; member in struct:_Unwind_Exception
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h136 } pr_cache; member in struct:_Unwind_Control_Block
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h108 } pr_cache; member in struct:_Unwind_Exception

Completed in 124 milliseconds