Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwind-EHABI.cpp592 exception_object->unwinder_cache.reserved2); in unwind_phase2()
673 exception_object->unwinder_cache.reserved2 = (uint32_t)pc; in unwind_phase2()
826 exception_object->unwinder_cache.reserved1 = 0; in _Unwind_RaiseException()
862 if (exception_object->unwinder_cache.reserved1) in _Unwind_Resume()
865 (_Unwind_Stop_Fn)exception_object->unwinder_cache.reserved1, in _Unwind_Resume()
866 (void *)exception_object->unwinder_cache.reserved3); in _Unwind_Resume()
1160 exception_object->unwinder_cache.reserved1 = (uintptr_t)stop; in _Unwind_ForcedUnwind()
1161 exception_object->unwinder_cache.reserved3 = (uintptr_t)stop_parameter; in _Unwind_ForcedUnwind()
H A DUnwindLevel1-gcc-ext.c30 #define PRIVATE_1 unwinder_cache.reserved1
/llvm-project-15.0.7/libunwind/include/
H A Dunwind_arm_ehabi.h43 } unwinder_cache; member
/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h122 } unwinder_cache; member