Searched refs:private_2 (Results 1 – 12 of 12) sorted by relevance
/external/libunwind_llvm/src/ |
D | UnwindLevel1.c | 103 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1() 187 if (sp == exception_object->private_2) { in unwind_phase2() 200 if (sp == exception_object->private_2) { in unwind_phase2() 353 exception_object->private_2 = 0; in _Unwind_RaiseException() 387 (void *)exception_object->private_2); in _Unwind_Resume() 412 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
|
D | Unwind-sjlj.c | 141 exception_object->private_2 = (uintptr_t) c; in unwind_phase1() 189 if ((uintptr_t) c == exception_object->private_2) in unwind_phase2() 203 if ((uintptr_t) c == exception_object->private_2) { in unwind_phase2() 328 exception_object->private_2 = 0; in _Unwind_SjLj_RaiseException() 359 (void *)exception_object->private_2); in _Unwind_SjLj_Resume()
|
/external/libunwind/src/unwind/ |
D | ForcedUnwind.c | 51 exception_object->private_2 = (unsigned long) stop_parameter; in _Unwind_ForcedUnwind()
|
D | RaiseException.c | 99 exception_object->private_2 = ip; /* save frame marker */ in _Unwind_RaiseException()
|
D | unwind-internal.h | 66 void *stop_parameter = (void *) exception_object->private_2; in _Unwind_Phase2()
|
/external/libunwind/include/ |
D | unwind.h | 82 unsigned long private_2; member
|
/external/clang/lib/Headers/ |
D | unwind.h | 118 _Unwind_Word private_2; member
|
/external/llvm/test/CodeGen/X86/ |
D | unwindraise.ll | 122 …%private_2 = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %exc, i6… 123 store i64 %16, i64* %private_2, align 8 135 %20 = load i64, i64* %private_2, align 8
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | unwindraise.ll | 122 …%private_2 = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %exc, i6… 123 store i64 %16, i64* %private_2, align 8 135 %20 = load i64, i64* %private_2, align 8
|
/external/libunwind_llvm/include/ |
D | unwind.h | 131 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 121 uintptr_t private_2; member
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 124 uintptr_t private_2; member
|