Lines Matching refs:Int8PtrTy
37 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false); in getFreeExceptionFn()
58 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false); in getUnexpectedFn()
92 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false); in getCatchallRethrowFn()
378 return llvm::ConstantPointerNull::get(CGF.Int8PtrTy); in getCatchAllValue()
425 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot"); in getExceptionSlot()
426 return Address(ExceptionSlot, Int8PtrTy, getPointerAlign()); in getExceptionSlot()
851 Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty), 0); in EmitLandingPad()
937 filterTypes[0]->getType() : Int8PtrTy, in EmitLandingPad()
1406 CGF.Builder.CreateAlignedLoad(CGF.Int8PtrTy, SavedExnVar, in Emit()
1458 SavedExnVar = CGF.CreateTempAlloca(CGF.Int8PtrTy, "finally.exn"); in enter()
1550 Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty), 0); in getTerminateLandingPad()
2123 SEHInfo = Builder.CreateAlignedLoad(Int8PtrTy, SEHInfo, getPointerAlign()); in EmitSEHExceptionCodeSave()
2148 return llvm::UndefValue::get(Int8PtrTy); in EmitSEHExceptionInfo()
2149 assert(SEHInfo->getType() == Int8PtrTy); in EmitSEHExceptionInfo()