Home
last modified time | relevance | path

Searched refs:_Unwind_Context (Results 1 – 25 of 47) sorted by relevance

12

/external/clang/lib/Headers/
Dunwind.h78 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/
Dunwind.h56 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/
Dunwind.h64 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/
DUnwind-sjlj.c135 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 …]
DUnwindLevel1.c99 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 …]
DUnwindLevel1-gcc-ext.c70 _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()
DUnwind-EHABI.h36 _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);
DUnwind-EHABI.cpp76 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 …]
DUnwind-seh.cpp64 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/
Dunwindraise.ll11 %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 …]
D2008-09-26-FrameAddrBug.ll3 …%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)
D2007-10-14-CoalescerCrash.ll3 %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/
Dunwindraise.ll11 %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 …]
D2008-09-26-FrameAddrBug.ll3 …%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)
D2007-10-14-CoalescerCrash.ll3 %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/
Dhwasan_exceptions.cpp25 _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/
Dgcc_personality_v0.c138 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/
Dgcc_personality_v0.c139 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/
Dsanitizer_unwind_linux_libcdep.cc89 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/
Dsanitizer_unwind_linux_libcdep.cpp60 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/
Dcxa_personality.cpp530 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/
Dcxa_personality.cpp529 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/
Dsignal_unwind.pass.cpp23 _Unwind_Reason_Code frame_handler(struct _Unwind_Context* ctx, void* arg) { in frame_handler()
Dlibunwind_02.pass.cpp8 _Unwind_Reason_Code callback(_Unwind_Context *context, void *cnt) { in callback()
Dunwind_leaffunction.pass.cpp23 _Unwind_Reason_Code frame_handler(struct _Unwind_Context* ctx, void* arg) { in frame_handler()

12