Home
last modified time | relevance | path

Searched refs:_Unwind_Exception_Class (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h59 typedef uint64_t _Unwind_Exception_Class; typedef
143 _Unwind_Exception_Class exception_class;
158 _Unwind_Exception_Class,
164 _Unwind_Exception_Class,
/llvm-project-15.0.7/libunwind/include/
H A Dunwind_itanium.h19 typedef uint64_t _Unwind_Exception_Class; typedef
22 _Unwind_Exception_Class exception_class;
H A Dunwind_arm_ehabi.h30 typedef uint8_t _Unwind_Exception_Class[8]; typedef
33 _Unwind_Exception_Class exception_class;
H A Dunwind.h67 _Unwind_Exception_Class exceptionClass,
/llvm-project-15.0.7/libunwind/test/
H A Dforceunwind.pass.cpp33 _Unwind_Exception_Class exceptionClass, in stop()
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp597 _Unwind_Exception_Class exceptionClass, in handleLsda()
779 _Unwind_Exception_Class exceptionClass, in ourPersonality()