Searched refs:CatchableTypes (Results 1 – 1 of 1) sorted by relevance
4266 llvm::SmallSetVector<llvm::Constant *, 2> CatchableTypes; in getCatchableTypeArray() local4312 CatchableTypes.insert(getCatchableType(RTTITy, Class.OffsetInVBase, in getCatchableTypeArray()4321 CatchableTypes.insert(getCatchableType(T)); in getCatchableTypeArray()4334 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()4345 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()4347 uint32_t NumEntries = CatchableTypes.size(); in getCatchableTypeArray()4355 AT, llvm::makeArrayRef(CatchableTypes.begin(), in getCatchableTypeArray()4356 CatchableTypes.end())) // CatchableTypes in getCatchableTypeArray()