Home
last modified time | relevance | path

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

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