Searched refs:getExceptionSlot (Results 1 – 3 of 3) sorted by relevance
236 CPI->setOperand(2, CGF.getExceptionSlot().getPointer()); in EmitTryCatchStmt()
421 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction434 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()830 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()1028 CGF.Builder.CreateStore(Exn, CGF.getExceptionSlot()); in emitWasmCatchPadBlock()
1942 Address getExceptionSlot();