Searched refs:ExnTy (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | EscapeEnumerator.cpp | 70 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C)); in Next() local 81 LandingPadInst::Create(ExnTy, 1, "cleanup.lpad", CleanupBB); in Next()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AutoUpgrade.cpp | 523 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context)); in UpgradeExceptionHandling() local 525 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL); in UpgradeExceptionHandling() 570 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator()); in UpgradeExceptionHandling()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ShadowStackGC.cpp | 146 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C), in Next() local 152 LandingPadInst *LPad = LandingPadInst::Create(ExnTy, PersFn, 1, in Next()
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 149 Type *ExnTy = in Next() local 158 LandingPadInst::Create(ExnTy, 1, "cleanup.lpad", CleanupBB); in Next()
|