Searched refs:ExnTy (Results 1 – 2 of 2) sorted by relevance
149 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context)); in UpgradeExceptionHandling() local151 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, nullptr); in UpgradeExceptionHandling()196 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator()); in UpgradeExceptionHandling()3308 Type *ExnTy = StructType::get(Type::getInt8PtrTy(Context), in ParseFunctionBody() local3311 LandingPadInst *LP = LandingPadInst::Create(ExnTy, 1); in ParseFunctionBody()
3051 Type *ExnTy = StructType::get(Type::getInt8PtrTy(Context), in ParseFunctionBody() local3054 LandingPadInst *LP = LandingPadInst::Create(ExnTy, 1); in ParseFunctionBody()