Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp523 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/
DShadowStackGC.cpp146 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C), in Next() local
152 LandingPadInst *LPad = LandingPadInst::Create(ExnTy, PersFn, 1, in Next()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp149 Type *ExnTy = in Next() local
158 LandingPadInst::Create(ExnTy, 1, "cleanup.lpad", CleanupBB); in Next()