Searched refs:CatchableTypes (Results 1 – 1 of 1) sorted by relevance
4272 llvm::SmallSetVector<llvm::Constant *, 2> CatchableTypes; in getCatchableTypeArray() local4318 CatchableTypes.insert(getCatchableType(RTTITy, Class.OffsetInVBase, in getCatchableTypeArray()4327 CatchableTypes.insert(getCatchableType(T)); in getCatchableTypeArray()4340 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()4351 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()4353 uint32_t NumEntries = CatchableTypes.size(); in getCatchableTypeArray()4360 AT, llvm::ArrayRef(CatchableTypes.begin(), in getCatchableTypeArray()4361 CatchableTypes.end())) // CatchableTypes in getCatchableTypeArray()