Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getExceptionSlot

402 llvm::Value *CodeGenFunction::getExceptionSlot() {
415 return Builder.CreateLoad(getExceptionSlot(), "exn");
777 Builder.CreateStore(LPadExn, getExceptionSlot());