Searched refs:ExnTy (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp144 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context)); local
146 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL);
191 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator());
2904 Type *ExnTy = StructType::get(Type::getInt8PtrTy(Context), local
2911 LandingPadInst *LP = LandingPadInst::Create(ExnTy, PersFn, 1);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2650 Type *ExnTy = StructType::get(Type::getInt8PtrTy(Context), local
2657 LandingPadInst *LP = LandingPadInst::Create(ExnTy, PersFn, 1);

Completed in 515 milliseconds