Searched refs:ThrowInfoType (Results 1 – 1 of 1) sorted by relevance
50 ThrowInfoType(nullptr) {} in MicrosoftCXXABI()734 if (ThrowInfoType) in getThrowInfoType()735 return ThrowInfoType; in getThrowInfoType()742 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, in getThrowInfoType()744 return ThrowInfoType; in getThrowInfoType()820 llvm::StructType *ThrowInfoType; member in __anonb3a31e5e0111::MicrosoftCXXABI