Searched refs:getExceptionSlot (Results 1 – 2 of 2) sorted by relevance
396 llvm::Value *CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction409 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()713 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()
1089 llvm::Value *getExceptionSlot();