Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExceptionSlot

393   if (!ExceptionSlot)
394 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
395 return ExceptionSlot;
1595 assert(ExceptionSlot);