Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp48 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()
499 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()
500 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
502 ClassHierarchyDescriptorType = llvm::StructType::create( in getClassHierarchyDescriptorType()
511 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()
512 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
813 llvm::StructType *ClassHierarchyDescriptorType; member in __anonf1ebc8c70111::MicrosoftCXXABI