Searched defs:ExnTy (Results 1 - 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 2588 Type *ExnTy = StructType::get(Type::getInt8PtrTy(Context), local 2595 LandingPadInst *LP = LandingPadInst::Create(ExnTy, PersFn, 1);
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 144 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context)); local 146 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL); 191 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator()); 2878 Type *ExnTy = StructType::get(Type::getInt8PtrTy(Context), local 2885 LandingPadInst *LP = LandingPadInst::Create(ExnTy, PersFn, 1);
|
Completed in 16 milliseconds