Searched refs:ClassHierarchyDescriptorType (Results 1 – 1 of 1) sorted by relevance
48 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()505 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()506 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()508 ClassHierarchyDescriptorType = llvm::StructType::create( in getClassHierarchyDescriptorType()517 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()518 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()819 llvm::StructType *ClassHierarchyDescriptorType; member in __anondeb872430111::MicrosoftCXXABI