Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anonb3a31e5e0111::MicrosoftCXXABI