Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getExceptionSlot

384 llvm::Value *CodeGenFunction::getExceptionSlot() {
397 return Builder.CreateLoad(getExceptionSlot(), "exn");
738 Builder.CreateStore(LPadExn, getExceptionSlot());