Searched refs:CompleteObjectLocatorType (Results 1 – 1 of 1) sorted by relevance
49 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()522 if (CompleteObjectLocatorType) in getCompleteObjectLocatorType()523 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()524 CompleteObjectLocatorType = llvm::StructType::create( in getCompleteObjectLocatorType()532 getImageRelativeType(CompleteObjectLocatorType), in getCompleteObjectLocatorType()537 CompleteObjectLocatorType->setBody(FieldTypesRef); in getCompleteObjectLocatorType()538 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()820 llvm::StructType *CompleteObjectLocatorType; member in __anondeb872430111::MicrosoftCXXABI