Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp50 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 __anonf1ebc8c70111::MicrosoftCXXABI