Searched refs:AdjustedExn (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3580 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam() local 3596 AdjustedExn = CGF.Builder.CreateConstGEP1_32(Exn, HeaderSize); in InitCatchParam() 3620 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam() 3624 AdjustedExn = ExnPtrTmp.getPointer(); in InitCatchParam() 3629 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.byref"); in InitCatchParam() 3637 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, false); in InitCatchParam() local 3643 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted"); in InitCatchParam() 3666 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam()
|