Searched refs:AdjustedExn (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp911 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); local
927 AdjustedExn = CGF.Builder.CreateConstGEP1_32(Exn, HeaderSize);
950 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
954 AdjustedExn = ExnPtrTmp;
959 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.byref");
967 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, false); local
973 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted");
996 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);

Completed in 75 milliseconds