Searched refs:AdjustedExn (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3383 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam() local 3399 AdjustedExn = CGF.Builder.CreateConstGEP1_32(Exn, HeaderSize); in InitCatchParam() 3422 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam() 3426 AdjustedExn = ExnPtrTmp; in InitCatchParam() 3431 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.byref"); in InitCatchParam() 3439 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, false); in InitCatchParam() local 3445 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted"); in InitCatchParam() 3468 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam()
|