Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp48 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()
484 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()
485 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
487 ClassHierarchyDescriptorType = llvm::StructType::create( in getClassHierarchyDescriptorType()
496 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()
497 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
790 llvm::StructType *ClassHierarchyDescriptorType; member in __anon08ea40620111::MicrosoftCXXABI