Searched refs:AdjustedExn (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 4876 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam() local 4892 AdjustedExn = in InitCatchParam() 4916 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam() 4920 AdjustedExn = ExnPtrTmp.emitRawPointer(CGF); in InitCatchParam() 4925 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.byref"); in InitCatchParam() 4933 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, false); in InitCatchParam() local 4939 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted"); in InitCatchParam() 4961 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(AdjustedExn, CatchType); in InitCatchParam()
|