Searched refs:CatchableTypes (Results 1 – 1 of 1) sorted by relevance
4173 llvm::SmallSetVector<llvm::Constant *, 2> CatchableTypes; in getCatchableTypeArray() local4219 CatchableTypes.insert(getCatchableType(RTTITy, Class.OffsetInVBase, in getCatchableTypeArray()4228 CatchableTypes.insert(getCatchableType(T)); in getCatchableTypeArray()4241 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()4252 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()4254 uint32_t NumEntries = CatchableTypes.size(); in getCatchableTypeArray()4262 AT, llvm::makeArrayRef(CatchableTypes.begin(), in getCatchableTypeArray()4263 CatchableTypes.end())) // CatchableTypes in getCatchableTypeArray()