Home
last modified time | relevance | path

Searched refs:ClassHierarchyDescriptorType (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp49 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()
528 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()
529 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
531 ClassHierarchyDescriptorType = llvm::StructType::create( in getClassHierarchyDescriptorType()
540 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()
541 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
842 llvm::StructType *ClassHierarchyDescriptorType; member in __anon36af8ea80111::MicrosoftCXXABI