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

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3696 llvm::Value *rawAdjustedExn = CallBeginCatch(CGF, Exn, true); local
3697 Address adjustedExn(CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy),
3705 llvm::CallInst *rawAdjustedExn = local
3709 Address adjustedExn(CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy),

Completed in 132 milliseconds