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.cpp50 ClassHierarchyDescriptorType(nullptr), in MicrosoftCXXABI()
531 if (ClassHierarchyDescriptorType) in getClassHierarchyDescriptorType()
532 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
536 ClassHierarchyDescriptorType = in getClassHierarchyDescriptorType()
538 return ClassHierarchyDescriptorType; in getClassHierarchyDescriptorType()
837 llvm::StructType *ClassHierarchyDescriptorType; member in __anon9a42cb130111::MicrosoftCXXABI