Lines Matching refs:Exn
171 llvm::Value *Exn) override;
524 llvm::Value *Exn) override;
4522 llvm::Value *Exn, in CallBeginCatch() argument
4525 CGF.EmitNounwindRuntimeCall(getBeginCatchFn(CGF.CGM), Exn); in CallBeginCatch()
4541 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam() local
4554 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam()
4571 CGF.Builder.CreateConstGEP1_32(CGF.Int8Ty, Exn, HeaderSize); in InitCatchParam()
4611 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, false); in InitCatchParam()
4667 llvm::Value *rawAdjustedExn = CallBeginCatch(CGF, Exn, true); in InitCatchParam()
4679 CGF.EmitNounwindRuntimeCall(getGetExceptionPtrFn(CGF.CGM), Exn); in InitCatchParam()
4709 CallBeginCatch(CGF, Exn, true); in InitCatchParam()
4741 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch() local
4742 CallBeginCatch(CGF, Exn, true); in emitBeginCatch()
4809 llvm::Value *Exn) { in emitTerminateForUnexpectedException() argument
4811 if (Exn) { in emitTerminateForUnexpectedException()
4813 return CGF.EmitNounwindRuntimeCall(getClangCallTerminateFn(CGF.CGM), Exn); in emitTerminateForUnexpectedException()
4834 llvm::Value *Exn) { in emitTerminateForUnexpectedException() argument
4841 return CGCXXABI::emitTerminateForUnexpectedException(CGF, Exn); in emitTerminateForUnexpectedException()