Searched refs:getExceptionSlot (Results 1 – 5 of 5) sorted by relevance
236 CPI->setOperand(2, CGF.getExceptionSlot().getPointer()); in EmitTryCatchStmt()
409 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction422 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()799 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()997 CGF.Builder.CreateStore(Exn, CGF.getExceptionSlot()); in emitWasmCatchPadBlock()
1898 Address getExceptionSlot();
383 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction396 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()761 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()
1213 Address getExceptionSlot();