Searched refs:getExceptionSlot (Results 1 – 3 of 3) sorted by relevance
235 CPI->setOperand(2, CGF.getExceptionSlot().getPointer()); in EmitTryCatchStmt()
404 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction417 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()782 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()983 CGF.Builder.CreateStore(Exn, CGF.getExceptionSlot()); in emitWasmCatchPadBlock()
1644 Address getExceptionSlot();