Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp51 ThrowInfoType(nullptr) { in MicrosoftCXXABI()
765 if (ThrowInfoType) in getThrowInfoType()
766 return ThrowInfoType; in getThrowInfoType()
773 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, in getThrowInfoType()
775 return ThrowInfoType; in getThrowInfoType()
851 llvm::StructType *ThrowInfoType; member in __anon973cabc90111::MicrosoftCXXABI