Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp462 llvm::StructType *&TypeDescriptorType = in getTypeDescriptorType() local
464 if (TypeDescriptorType) in getTypeDescriptorType()
465 return TypeDescriptorType; in getTypeDescriptorType()
470 TypeDescriptorType = in getTypeDescriptorType()
472 return TypeDescriptorType; in getTypeDescriptorType()
3911 llvm::StructType *TypeDescriptorType = in getAddrOfRTTIDescriptor() local
3914 CGM.getModule(), TypeDescriptorType, /*isConstant=*/false, in getAddrOfRTTIDescriptor()
3916 llvm::ConstantStruct::get(TypeDescriptorType, Fields), in getAddrOfRTTIDescriptor()