Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp149 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context)); in UpgradeExceptionHandling() local
151 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() local
3311 LandingPadInst *LP = LandingPadInst::Create(ExnTy, 1); in ParseFunctionBody()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3051 Type *ExnTy = StructType::get(Type::getInt8PtrTy(Context), in ParseFunctionBody() local
3054 LandingPadInst *LP = LandingPadInst::Create(ExnTy, 1); in ParseFunctionBody()