Searched refs:_Unwind_Control_Block (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | Unwind-EHABI.h | 36 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 39 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 42 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
|
D | Unwind-EHABI.cpp | 75 _Unwind_Control_Block* ucbp, in ProcessDescriptors() 168 _Unwind_Control_Block* ucbp, in unwindOneFrame() 424 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() 430 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() 436 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr2()
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 66 struct _Unwind_Control_Block; 67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ 107 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef 110 struct _Unwind_Control_Block { struct 112 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
|
/external/llvm-project/libunwind/include/ |
D | unwind.h | 70 struct _Unwind_Control_Block; 71 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef 72 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ 74 struct _Unwind_Control_Block { struct 76 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
|
/external/llvm-project/libunwind/test/ |
D | alignment.compile.pass.cpp | 18 static_assert(alignof(_Unwind_Control_Block) == 8,
|
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 300 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_get_exception_ptr()
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_exception.cpp | 298 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_get_exception_ptr()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 37626 FUNC 528c0 a 0 __cxxabiv1::call_terminate(_Unwind_Control_Block*) 37635 …xabiv1::getTypePtr(unsigned long long, unsigned char const*, unsigned char, _Unwind_Control_Block*) 37645 …ng long, unsigned char const*, unsigned char, std::type_info const*, void*, _Unwind_Control_Block*) 37665 …cxxabiv1::scanEHTable(__cxxabiv1::ScanResultInternal&, int, bool, _Unwind_Control_Block*, _Unwind_… 37812 FUNC 52be4 5c 0 __cxxabiv1::setRegisters(_Unwind_Control_Block*, _Unwind_Context*, __cxxabiv1::Scan… 37835 FUNC 52c40 10 0 __cxxabiv1::continueUnwinding(_Unwind_Control_Block*, _Unwind_Context*) 37840 FUNC 52c50 2c 0 __cxxabiv1::saveDataToBarrierCache(_Unwind_Control_Block*, _Unwind_Context*, __cxxa… 37855 FUNC 52c7c 16 0 __cxxabiv1::loadDataFromBarrierCache(_Unwind_Control_Block*, __cxxabiv1::ScanResult… 37865 FUNC 52c94 4 0 __cxxabiv1::prepareBeginCleanup(_Unwind_Control_Block*) 37867 FUNC 52c98 6e 0 __cxxabiv1::saveUnexpectedDataToBarrierCache(_Unwind_Control_Block*, _Unwind_Contex…
|