Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwind-EHABI.cpp115 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
171 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
183 ucbp->pr_cache.additional); in unwindOneFrame()
493 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
494 exception_object->pr_cache.ehtp = in unwind_phase1()
496 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
503 exception_object->pr_cache.fnstart, in unwind_phase1()
504 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
505 exception_object->pr_cache.additional); in unwind_phase1()
606 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/llvm-project/clang/lib/Headers/
Dunwind.h136 } pr_cache; member
/external/llvm-project/libunwind/include/
Dunwind.h104 } pr_cache; member