Displaying 1 result from an estimated 1 matches for "_zn6middled1ev".
2014 Nov 24
1
[LLVMdev] RFC: How to represent SEH (__try / __except) in LLVM IR
...void @_ZN5InnerD1Ev(%class.Inner* %inner)
to label %invoke.cont7 unwind label %terminate.lpad
invoke.cont7: ; preds = %lpad4
br label %ehcleanup
if.end: ; preds = %invoke.cont6, %invoke.cont2
invoke void @_ZN6MiddleD1Ev(%class.Middle* %middle)
to label %invoke.cont8 unwind label %lpad
invoke.cont8: ; preds = %if.end
br label %try.cont
; Pre-catch cleanup for lpad1
; Continuation of pre-catch cleanup for lpad4
ehcleanup: ; pred...