Searched refs:CatchableTypes (Results 1 – 1 of 1) sorted by relevance
4070 llvm::SmallSetVector<llvm::Constant *, 2> CatchableTypes; in getCatchableTypeArray() local4116 CatchableTypes.insert(getCatchableType(RTTITy, Class.OffsetInVBase, in getCatchableTypeArray()4125 CatchableTypes.insert(getCatchableType(T)); in getCatchableTypeArray()4138 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()4149 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()4151 uint32_t NumEntries = CatchableTypes.size(); in getCatchableTypeArray()4159 AT, llvm::makeArrayRef(CatchableTypes.begin(), in getCatchableTypeArray()4160 CatchableTypes.end())) // CatchableTypes in getCatchableTypeArray()