| CGException.cpp | 383 llvm::Value *exn; member in struct:__anon478::final 384 FreeException(llvm::Value *exn) : exn(exn) {} 386 CGF.EmitNounwindRuntimeCall(getFreeExceptionFn(CGF.CGM), exn); variable 423 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot"); 434 return Builder.CreateLoad(getExceptionSlot(), "exn"); 559 llvm::Value *exn = CGF.getExceptionFromSlot(); local 560 CGF.EmitRuntimeCall(getUnexpectedFn(CGF.CGM), exn) 1027 llvm::CallInst *Exn = CGF.Builder.CreateCall(GetExnFn, CPI) 1477 llvm::Value *exn = nullptr; local [all...] |