Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp481 llvm::StructType *&TypeDescriptorType = in getTypeDescriptorType() local
483 if (TypeDescriptorType) in getTypeDescriptorType()
484 return TypeDescriptorType; in getTypeDescriptorType()
489 TypeDescriptorType = in getTypeDescriptorType()
491 return TypeDescriptorType; in getTypeDescriptorType()
4017 llvm::StructType *TypeDescriptorType = in getAddrOfRTTIDescriptor() local
4020 CGM.getModule(), TypeDescriptorType, /*isConstant=*/false, in getAddrOfRTTIDescriptor()
4022 llvm::ConstantStruct::get(TypeDescriptorType, Fields), in getAddrOfRTTIDescriptor()