Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp447 llvm::StructType *&TypeDescriptorType = in getTypeDescriptorType() local
449 if (TypeDescriptorType) in getTypeDescriptorType()
450 return TypeDescriptorType; in getTypeDescriptorType()
455 TypeDescriptorType = in getTypeDescriptorType()
457 return TypeDescriptorType; in getTypeDescriptorType()
3800 llvm::StructType *TypeDescriptorType = in getAddrOfRTTIDescriptor() local
3803 CGM.getModule(), TypeDescriptorType, /*Constant=*/false, in getAddrOfRTTIDescriptor()
3805 llvm::ConstantStruct::get(TypeDescriptorType, Fields), in getAddrOfRTTIDescriptor()