Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4266 llvm::SmallSetVector<llvm::Constant *, 2> CatchableTypes; in getCatchableTypeArray() local
4312 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()