Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4173 llvm::SmallSetVector<llvm::Constant *, 2> CatchableTypes; in getCatchableTypeArray() local
4219 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()