Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4279 llvm::SmallSetVector<llvm::Constant *, 2> CatchableTypes; in getCatchableTypeArray() local
4325 CatchableTypes.insert(getCatchableType(RTTITy, Class.OffsetInVBase, in getCatchableTypeArray()
4334 CatchableTypes.insert(getCatchableType(T)); in getCatchableTypeArray()
4347 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()
4358 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy)); in getCatchableTypeArray()
4360 uint32_t NumEntries = CatchableTypes.size(); in getCatchableTypeArray()
4368 AT, llvm::ArrayRef(CatchableTypes.begin(), in getCatchableTypeArray()
4369 CatchableTypes.end())) // CatchableTypes in getCatchableTypeArray()