Searched refs:private_2 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | UnwindLevel1.c | 105 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1() 192 if (sp == exception_object->private_2) { in unwind_phase2() 205 if (sp == exception_object->private_2) { in unwind_phase2() 358 exception_object->private_2 = 0; in _Unwind_RaiseException() 392 (void *)exception_object->private_2); in _Unwind_Resume() 417 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() 190 if ((uintptr_t) c == exception_object->private_2) in unwind_phase2() 204 if ((uintptr_t) c == exception_object->private_2) { in unwind_phase2() 330 exception_object->private_2 = 0; in _Unwind_SjLj_RaiseException() 361 (void *)exception_object->private_2); in _Unwind_SjLj_Resume()
|
/external/clang/lib/Headers/ |
D | unwind.h | 118 _Unwind_Word private_2; member
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 147 _Unwind_Word private_2; member
|
/external/llvm-project/libunwind/include/ |
D | unwind.h | 130 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member
|
/external/llvm-project/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/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/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 121 uintptr_t private_2; member
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 4353 …<var-decl name='private_2' type-id='type-id-61' visibility='default' filepath='/tmp/legendre/spack…
|