Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-EHABI.cpp109 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
165 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
177 ucbp->pr_cache.additional); in unwindOneFrame()
486 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
487 exception_object->pr_cache.ehtp = in unwind_phase1()
489 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
496 exception_object->pr_cache.fnstart, in unwind_phase1()
497 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
498 exception_object->pr_cache.additional); in unwind_phase1()
598 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2()
[all …]
DUnwindLevel1-gcc-ext.c146 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace()
147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo; in _Unwind_Backtrace()
148 ex.pr_cache.additional= frameInfo.flags; in _Unwind_Backtrace()
/external/libunwind_llvm/include/
Dunwind.h104 } pr_cache; member