Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp49 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()
530 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()
531 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
533 ClassHierarchyDescriptorType = llvm::StructType::create( in getClassHierarchyDescriptorType()
542 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()
543 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
844 llvm::StructType *ClassHierarchyDescriptorType; member in __anond2fcd7db0111::MicrosoftCXXABI