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

/external/clang/lib/CodeGen/
H A DCGException.cpp940 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); local
956 AdjustedExn = CGF.Builder.CreateConstGEP1_32(Exn, HeaderSize);
979 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
983 AdjustedExn = ExnPtrTmp;
988 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.byref");
997 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, false); local
1003 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted");
1026 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);

Completed in 62 milliseconds