Searched refs:ClassHierarchyDescriptorType (Results 1 – 1 of 1) sorted by relevance
48 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()499 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()500 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()502 ClassHierarchyDescriptorType = llvm::StructType::create( in getClassHierarchyDescriptorType()511 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()512 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()813 llvm::StructType *ClassHierarchyDescriptorType; member in __anonb3a31e5e0111::MicrosoftCXXABI