Searched refs:landingPad (Results 1 – 9 of 9) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 518 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/llvm/test/Bindings/llvm-c/ |
D | invoke.ll | 25 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/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/llvm-c/ |
D | invoke.ll | 25 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/ |
D | gcc_personality_v0.c | 220 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/ |
D | token_landingpad.ll | 3 ; 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/ |
D | token_landingpad.ll | 4 ; 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/ |
D | ExceptionDemo.cpp | 658 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/ |
D | ExceptionDemo.cpp | 708 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/ |
D | ExceptionDemo.cpp | 684 uintptr_t landingPad = readEncodedPointer(&callSitePtr, in handleLsda() local 697 if (landingPad == 0) { in handleLsda() 765 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()
|