Home
last modified time | relevance | path

Searched refs:rawAdjustedExn (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDItaniumCXXABI.cpp3512 llvm::Value *rawAdjustedExn = CallBeginCatch(CGF, Exn, true); in InitCatchParam() local
3513 llvm::Value *adjustedExn = CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy); in InitCatchParam()
3520 llvm::CallInst *rawAdjustedExn = in InitCatchParam() local
3524 llvm::Value *adjustedExn = CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy); in InitCatchParam()