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

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3497 llvm::Value *rawAdjustedExn = CallBeginCatch(CGF, Exn, true); local
3498 llvm::Value *adjustedExn = CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy);
3505 llvm::CallInst *rawAdjustedExn = local
3509 llvm::Value *adjustedExn = CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy);

Completed in 276 milliseconds