Searched refs:ClassHierarchyDescriptorType (Results 1 – 1 of 1) sorted by relevance
47 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()477 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()478 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()480 ClassHierarchyDescriptorType = llvm::StructType::create( in getClassHierarchyDescriptorType()489 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()490 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()778 llvm::StructType *ClassHierarchyDescriptorType; member in __anonacdab5ab0111::MicrosoftCXXABI