Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp49 ThrowInfoType(nullptr) {} in MicrosoftCXXABI()
708 if (ThrowInfoType) in getThrowInfoType()
709 return ThrowInfoType; in getThrowInfoType()
716 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, in getThrowInfoType()
718 return ThrowInfoType; in getThrowInfoType()
785 llvm::StructType *ThrowInfoType; member in __anone5681bf50111::MicrosoftCXXABI