Searched refs:getExceptionSlot (Results 1 – 3 of 3) sorted by relevance
423 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction436 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()854 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()1052 CGF.Builder.CreateStore(Exn, CGF.getExceptionSlot()); in emitWasmCatchPadBlock()
236 CPI->setOperand(2, CGF.getExceptionSlot().emitRawPointer(CGF)); in EmitTryCatchStmt()
2152 Address getExceptionSlot();