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