Searched refs:ClassHierarchyDescriptorType (Results 1 – 1 of 1) sorted by relevance
48 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()484 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()485 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()487 ClassHierarchyDescriptorType = llvm::StructType::create( in getClassHierarchyDescriptorType()496 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()497 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()790 llvm::StructType *ClassHierarchyDescriptorType; member in __anon08ea40620111::MicrosoftCXXABI