Searched refs:ExceptionSlot (Results 1 – 3 of 3) sorted by relevance
384 if (!ExceptionSlot) in getExceptionSlot()385 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot"); in getExceptionSlot()386 return Address(ExceptionSlot, getPointerAlign()); in getExceptionSlot()
52 ExceptionSlot(nullptr), EHSelectorSlot(nullptr), in CodeGenFunction()
342 llvm::Value *ExceptionSlot; variable