Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp468 llvm::StructType *&TypeDescriptorType = in getTypeDescriptorType() local
470 if (TypeDescriptorType) in getTypeDescriptorType()
471 return TypeDescriptorType; in getTypeDescriptorType()
476 TypeDescriptorType = in getTypeDescriptorType()
478 return TypeDescriptorType; in getTypeDescriptorType()
4004 llvm::StructType *TypeDescriptorType = in getAddrOfRTTIDescriptor() local
4007 CGM.getModule(), TypeDescriptorType, /*isConstant=*/false, in getAddrOfRTTIDescriptor()
4009 llvm::ConstantStruct::get(TypeDescriptorType, Fields), in getAddrOfRTTIDescriptor()