Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp73 Type *ExnTy = StructType::get(PointerType::getUnqual(C), Type::getInt32Ty(C)); in Next() local
84 LandingPadInst::Create(ExnTy, 1, "cleanup.lpad", CleanupBB); in Next()