Home
last modified time | relevance | path

Searched refs:landingPad (Results 1 – 9 of 9) sorted by relevance

/external/libcxxabi/src/
Dcxa_personality.cpp518 uintptr_t landingPad; // null -> nothing found, else something found member
540 _Unwind_SetIP(context, results.landingPad); in set_registers()
572 results.landingPad = 0; in scan_eh_tab()
669 uintptr_t landingPad = readEncodedPointer(&callSitePtr, callSiteEncoding); in scan_eh_tab() local
674 uintptr_t landingPad = readULEB128(&callSitePtr); in scan_eh_tab()
681 if (landingPad == 0) in scan_eh_tab()
687 landingPad = (uintptr_t)lpStart + landingPad; in scan_eh_tab()
689 ++landingPad; in scan_eh_tab()
699 results.landingPad = landingPad; in scan_eh_tab()
734 results.landingPad = landingPad; in scan_eh_tab()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/llvm-c/
Dinvoke.ll25 to label %then unwind label %landingPad
32 to label %then1 unwind label %landingPad
37 to label %then2 unwind label %landingPad
42 landingPad: ; preds = %then1, %then, %body
53 catch: ; preds = %unwind5, %unwind3, %landingPad
54 %merge = phi i32 [ 23, %landingPad ], [ 19, %unwind3 ], [ 13, %unwind5 ]
57 unwind3: ; preds = %landingPad
/external/llvm/test/Bindings/llvm-c/
Dinvoke.ll25 to label %then unwind label %landingPad
32 to label %then1 unwind label %landingPad
37 to label %then2 unwind label %landingPad
42 landingPad: ; preds = %then1, %then, %body
53 catch: ; preds = %unwind5, %unwind3, %landingPad
54 %merge = phi i32 [ 23, %landingPad ], [ 19, %unwind3 ], [ 13, %unwind5 ]
57 unwind3: ; preds = %landingPad
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c220 uintptr_t landingPad = readEncodedPointer(&p, callSiteEncoding); in __gcc_personality_sj0() local
222 if ( landingPad == 0 ) in __gcc_personality_sj0()
233 _Unwind_SetIP(context, (funcStart + landingPad)); in __gcc_personality_sj0()
/external/llvm/test/CodeGen/X86/
Dtoken_landingpad.ll3 ; This test verifies that SelectionDAG can handle landingPad of token type and not crash LLVM.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtoken_landingpad.ll4 ; This test verifies that SelectionDAG can handle landingPad of token type and not crash LLVM.
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp658 uintptr_t landingPad = readEncodedPointer(&callSitePtr, in handleLsda() local
670 if (landingPad == 0) { in handleLsda()
739 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp708 uintptr_t landingPad = readEncodedPointer(&callSitePtr, in handleLsda() local
720 if (landingPad == 0) { in handleLsda()
789 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp684 uintptr_t landingPad = readEncodedPointer(&callSitePtr, in handleLsda() local
697 if (landingPad == 0) { in handleLsda()
765 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()