Searched refs:ClassHierarchyDescriptorType (Results 1 – 1 of 1) sorted by relevance
48 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()518 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()519 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()521 ClassHierarchyDescriptorType = llvm::StructType::create( in getClassHierarchyDescriptorType()530 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()531 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()832 llvm::StructType *ClassHierarchyDescriptorType; member in __anon063cb12a0111::MicrosoftCXXABI