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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp149 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context)); local
151 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, nullptr);
196 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator());
3308 Type *ExnTy = StructType::get(Type::getInt8PtrTy(Context), local
3311 LandingPadInst *LP = LandingPadInst::Create(ExnTy, 1);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3051 Type *ExnTy = StructType::get(Type::getInt8PtrTy(Context), local
3054 LandingPadInst *LP = LandingPadInst::Create(ExnTy, 1);

Completed in 58 milliseconds