Lines Matching refs:Exn
169 llvm::Value *Exn) override;
486 llvm::Value *Exn) override;
4418 llvm::Value *Exn, in CallBeginCatch() argument
4421 CGF.EmitNounwindRuntimeCall(getBeginCatchFn(CGF.CGM), Exn); in CallBeginCatch()
4435 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam() local
4448 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam()
4465 CGF.Builder.CreateConstGEP1_32(CGF.Int8Ty, Exn, HeaderSize); in InitCatchParam()
4505 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, false); in InitCatchParam()
4564 llvm::Value *rawAdjustedExn = CallBeginCatch(CGF, Exn, true); in InitCatchParam()
4576 CGF.EmitNounwindRuntimeCall(getGetExceptionPtrFn(CGF.CGM), Exn); in InitCatchParam()
4606 CallBeginCatch(CGF, Exn, true); in InitCatchParam()
4638 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch() local
4639 CallBeginCatch(CGF, Exn, true); in emitBeginCatch()
4702 llvm::Value *Exn) { in emitTerminateForUnexpectedException() argument
4704 if (Exn) { in emitTerminateForUnexpectedException()
4706 return CGF.EmitNounwindRuntimeCall(getClangCallTerminateFn(CGF.CGM), Exn); in emitTerminateForUnexpectedException()
4727 llvm::Value *Exn) { in emitTerminateForUnexpectedException() argument
4734 return CGCXXABI::emitTerminateForUnexpectedException(CGF, Exn); in emitTerminateForUnexpectedException()