Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp493 llvm::StructType *&TypeDescriptorType = in getTypeDescriptorType() local
495 if (TypeDescriptorType) in getTypeDescriptorType()
496 return TypeDescriptorType; in getTypeDescriptorType()
501 TypeDescriptorType = in getTypeDescriptorType()
503 return TypeDescriptorType; in getTypeDescriptorType()
4006 llvm::StructType *TypeDescriptorType = in getAddrOfRTTIDescriptor() local
4009 CGM.getModule(), TypeDescriptorType, /*isConstant=*/false, in getAddrOfRTTIDescriptor()
4011 llvm::ConstantStruct::get(TypeDescriptorType, Fields), in getAddrOfRTTIDescriptor()