Home
last modified time | relevance | path

Searched refs:private_2 (Results 1 – 12 of 12) sorted by relevance

/external/libunwind_llvm/src/
DUnwindLevel1.c103 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()
DUnwind-sjlj.c141 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/
DForcedUnwind.c51 exception_object->private_2 = (unsigned long) stop_parameter; in _Unwind_ForcedUnwind()
DRaiseException.c99 exception_object->private_2 = ip; /* save frame marker */ in _Unwind_RaiseException()
Dunwind-internal.h66 void *stop_parameter = (void *) exception_object->private_2; in _Unwind_Phase2()
/external/libunwind/include/
Dunwind.h82 unsigned long private_2; member
/external/clang/lib/Headers/
Dunwind.h118 _Unwind_Word private_2; member
/external/llvm/test/CodeGen/X86/
Dunwindraise.ll122 …%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/
Dunwindraise.ll122 …%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/
Dunwind.h131 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp121 uintptr_t private_2; member
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp124 uintptr_t private_2; member