/external/clang/lib/Headers/ |
D | unwind.h | 78 struct _Unwind_Context; 127 struct _Unwind_Context *, 132 struct _Unwind_Context *); 135 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *, 170 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context, 176 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context, 183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() 190 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() 196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() 202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() [all …]
|
/external/llvm-project/libunwind/include/ |
D | unwind.h | 56 typedef struct _Unwind_Context _Unwind_Context; // opaque typedef 112 struct _Unwind_Context* context); 116 struct _Unwind_Context *context); 118 struct _Unwind_Context; // opaque 149 struct _Unwind_Context* context, 154 _Unwind_Exception *exceptionObject, struct _Unwind_Context *context); 200 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, 205 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, 210 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, 217 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index); [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 64 struct _Unwind_Context; 158 struct _Unwind_Context *, 164 struct _Unwind_Context *); 167 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *, 199 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context, 205 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context, 212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() 219 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() 225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() 231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() [all …]
|
/external/llvm-project/libunwind/src/ |
D | Unwind-sjlj.c | 135 exception_object, (struct _Unwind_Context *)c); in unwind_phase1() 197 exception_object, (struct _Unwind_Context *)c); in unwind_phase2() 258 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 277 (struct _Unwind_Context *)c); in unwind_phase2_forced() 313 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 395 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData() 405 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, in _Unwind_GetGR() 415 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() 426 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() 437 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, in _Unwind_GetIPInfo() [all …]
|
D | UnwindLevel1.c | 99 exception_object, (struct _Unwind_Context *)(cursor)); in unwind_phase1() 198 (struct _Unwind_Context *)(cursor)); in unwind_phase2() 282 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 302 (struct _Unwind_Context *)(cursor)); in unwind_phase2_forced() 338 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 426 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData() 447 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart() 473 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() 483 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() 493 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() [all …]
|
D | UnwindLevel1-gcc-ext.c | 70 _Unwind_GetDataRelBase(struct _Unwind_Context *context) { in _Unwind_GetDataRelBase() 80 _Unwind_GetTextRelBase(struct _Unwind_Context *context) { in _Unwind_GetTextRelBase() 150 struct _Unwind_Context *context = (struct _Unwind_Context *)&cursor; in _Unwind_Backtrace() 176 result = (*callback)((struct _Unwind_Context *)(&cursor), ref); in _Unwind_Backtrace() 208 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) { in _Unwind_GetCFA() 221 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, in _Unwind_GetIPInfo()
|
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 | 76 struct _Unwind_Context* context, in ProcessDescriptors() 169 struct _Unwind_Context* context) { in unwindOneFrame() 253 _Unwind_VRS_Interpret(_Unwind_Context *context, const uint32_t *data, in _Unwind_VRS_Interpret() 425 _Unwind_Context *context) { in __aeabi_unwind_cpp_pr0() 431 _Unwind_Context *context) { in __aeabi_unwind_cpp_pr1() 437 _Unwind_Context *context) { in __aeabi_unwind_cpp_pr2() 492 struct _Unwind_Context *context = (struct _Unwind_Context *)(cursor); in unwind_phase1() 604 struct _Unwind_Context *context = (struct _Unwind_Context *)(cursor); in unwind_phase2() 729 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData() 760 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Set() [all …]
|
D | Unwind-seh.cpp | 64 struct _Unwind_Context *ctx = nullptr; in _GCC_specific_handler() 94 ctx = (struct _Unwind_Context *)ms_exc->ExceptionInformation[1]; in _GCC_specific_handler() 108 ctx = (struct _Unwind_Context *)&cursor; in _GCC_specific_handler() 202 struct _Unwind_Context *context) { in __libunwind_seh_personality() 268 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 288 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2_forced() 324 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 419 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData() 431 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | unwindraise.ll | 11 %struct._Unwind_Context = type { [18 x i8*], i8*, i8*, i8*, %struct.dwarf_eh_bases, i64, i64, i64, … 13 …*, i32, i8*, i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._Unwind_Context*)*, i64, i64,… 23 declare fastcc i32 @uw_frame_state_for(%struct._Unwind_Context*, %struct._Unwind_FrameState*) uwtab… 28 %this_context = alloca %struct._Unwind_Context, align 8 29 %cur_context = alloca %struct._Unwind_Context, align 8 34 call fastcc void @uw_init_context_1(%struct._Unwind_Context* %this_context, i8* %0, i8* %1) 35 %2 = bitcast %struct._Unwind_Context* %cur_context to i8* 36 %3 = bitcast %struct._Unwind_Context* %this_context to i8* 40 …%flags.i.i.i.i = getelementptr inbounds %struct._Unwind_Context, %struct._Unwind_Context* %cur_con… 41 …%ra.i = getelementptr inbounds %struct._Unwind_Context, %struct._Unwind_Context* %cur_context, i64… [all …]
|
D | 2008-09-26-FrameAddrBug.ll | 3 …%struct._Unwind_Context = type { [18 x i8*], i8*, i8*, i8*, %struct.dwarf_eh_bases, i32, i32, i32,… 7 declare fastcc void @uw_init_context_1(%struct._Unwind_Context*, i8*, i8*) 14 call fastcc void @uw_init_context_1(%struct._Unwind_Context* null, i8* %0, i8* null)
|
D | 2007-10-14-CoalescerCrash.ll | 3 %struct._Unwind_Context = type { } 5 define i32 @execute_stack_op(i8* %op_ptr, i8* %op_end, %struct._Unwind_Context* %context, i64 %init…
|
/external/llvm/test/CodeGen/X86/ |
D | unwindraise.ll | 11 %struct._Unwind_Context = type { [18 x i8*], i8*, i8*, i8*, %struct.dwarf_eh_bases, i64, i64, i64, … 13 …*, i32, i8*, i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._Unwind_Context*)*, i64, i64,… 23 declare fastcc i32 @uw_frame_state_for(%struct._Unwind_Context*, %struct._Unwind_FrameState*) uwtab… 28 %this_context = alloca %struct._Unwind_Context, align 8 29 %cur_context = alloca %struct._Unwind_Context, align 8 34 call fastcc void @uw_init_context_1(%struct._Unwind_Context* %this_context, i8* %0, i8* %1) 35 %2 = bitcast %struct._Unwind_Context* %cur_context to i8* 36 %3 = bitcast %struct._Unwind_Context* %this_context to i8* 40 …%flags.i.i.i.i = getelementptr inbounds %struct._Unwind_Context, %struct._Unwind_Context* %cur_con… 41 …%ra.i = getelementptr inbounds %struct._Unwind_Context, %struct._Unwind_Context* %cur_context, i64… [all …]
|
D | 2008-09-26-FrameAddrBug.ll | 3 …%struct._Unwind_Context = type { [18 x i8*], i8*, i8*, i8*, %struct.dwarf_eh_bases, i32, i32, i32,… 7 declare fastcc void @uw_init_context_1(%struct._Unwind_Context*, i8*, i8*) 14 call fastcc void @uw_init_context_1(%struct._Unwind_Context* null, i8* %0, i8* null)
|
D | 2007-10-14-CoalescerCrash.ll | 3 %struct._Unwind_Context = type { } 5 define i32 @execute_stack_op(i8* %op_ptr, i8* %op_end, %struct._Unwind_Context* %context, i64 %init…
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_exceptions.cpp | 25 _Unwind_Context* context); 32 typedef _Unwind_Word GetGRFn(_Unwind_Context* context, int index); 33 typedef _Unwind_Word GetCFAFn(_Unwind_Context* context); 39 _Unwind_Context* context, in __hwasan_personality_wrapper()
|
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 138 struct _Unwind_Context *); 143 struct _Unwind_Context *context) { in continueUnwind() 169 struct _Unwind_Context *context) in __gcc_personality_sj0() 174 struct _Unwind_Context *context) in __gcc_personality_sj0() 179 struct _Unwind_Context *context) in __gcc_personality_sj0()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 139 struct _Unwind_Context *); 144 struct _Unwind_Context *context) { in continueUnwind() 165 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0() 170 struct _Unwind_Context *context) in __gcc_personality_sj0() 174 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_unwind_linux_libcdep.cc | 89 uptr Unwind_GetIP(struct _Unwind_Context *ctx) { in Unwind_GetIP() 107 _Unwind_Reason_Code Unwind_Trace(struct _Unwind_Context *ctx, void *param) { in Unwind_Trace()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_unwind_linux_libcdep.cpp | 60 uptr Unwind_GetIP(struct _Unwind_Context *ctx) { in Unwind_GetIP() 78 _Unwind_Reason_Code Unwind_Trace(struct _Unwind_Context *ctx, void *param) { in Unwind_Trace()
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 530 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers() 567 _Unwind_Context *context) { in scan_eh_tab() 958 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_imp() 1053 _Unwind_Context*); 1060 _Unwind_Context* context) in continue_unwind() 1096 _Unwind_Context* context) in __gxx_personality_v0()
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_personality.cpp | 529 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers() 566 _Unwind_Context *context) { in scan_eh_tab() 957 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_imp() 1052 _Unwind_Context*); 1059 _Unwind_Context* context) in continue_unwind() 1095 _Unwind_Context* context) in __gxx_personality_v0()
|
/external/llvm-project/libunwind/test/ |
D | signal_unwind.pass.cpp | 23 _Unwind_Reason_Code frame_handler(struct _Unwind_Context* ctx, void* arg) { in frame_handler()
|
D | libunwind_02.pass.cpp | 8 _Unwind_Reason_Code callback(_Unwind_Context *context, void *cnt) { in callback()
|
D | unwind_leaffunction.pass.cpp | 23 _Unwind_Reason_Code frame_handler(struct _Unwind_Context* ctx, void* arg) { in frame_handler()
|