Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp491 llvm::StructType *&TypeDescriptorType = in getTypeDescriptorType() local
493 if (TypeDescriptorType) in getTypeDescriptorType()
494 return TypeDescriptorType; in getTypeDescriptorType()
499 TypeDescriptorType = in getTypeDescriptorType()
501 return TypeDescriptorType; in getTypeDescriptorType()
4019 llvm::StructType *TypeDescriptorType = in getAddrOfRTTIDescriptor() local
4022 CGM.getModule(), TypeDescriptorType, /*isConstant=*/false, in getAddrOfRTTIDescriptor()
4024 llvm::ConstantStruct::get(TypeDescriptorType, Fields), in getAddrOfRTTIDescriptor()