Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp52 ThrowInfoType(nullptr) { in MicrosoftCXXABI()
758 if (ThrowInfoType) in getThrowInfoType()
759 return ThrowInfoType; in getThrowInfoType()
766 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, in getThrowInfoType()
768 return ThrowInfoType; in getThrowInfoType()
844 llvm::StructType *ThrowInfoType; member in __anon9a42cb130111::MicrosoftCXXABI