Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp152 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
192 SmallVector<llvm::Type *, 16> FieldTypes; member
331 FieldTypes.push_back(StorageType); in lowerUnion()
616 FieldTypes.push_back(Member->Data); in fillOutputFields()
619 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1; in fillOutputFields()
622 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back()); in fillOutputFields()
624 NonVirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields()
626 VirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields()
683 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed); in ComputeRecordLayout()
695 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
H A DMicrosoftCXXABI.cpp329 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local
334 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName); in getTypeDescriptorType()
347 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local
357 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType()
367 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local
374 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()
383 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local
391 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType()
H A DCodeGenModule.cpp2688 QualType FieldTypes[3]; in GetAddrOfConstantString() local
2691 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst()); in GetAddrOfConstantString()
2693 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst()); in GetAddrOfConstantString()
2695 FieldTypes[2] = Context.UnsignedIntTy; in GetAddrOfConstantString()
2702 FieldTypes[i], /*TInfo=*/nullptr, in GetAddrOfConstantString()
2764 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local
2777 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4642 QualType FieldTypes[4]; in getCFConstantStringType() local
4645 FieldTypes[0] = getPointerType(IntTy.withConst()); in getCFConstantStringType()
4647 FieldTypes[1] = IntTy; in getCFConstantStringType()
4649 FieldTypes[2] = getPointerType(CharTy.withConst()); in getCFConstantStringType()
4651 FieldTypes[3] = LongTy; in getCFConstantStringType()
4658 FieldTypes[i], /*TInfo=*/nullptr, in getCFConstantStringType()
4696 QualType FieldTypes[] = { in getBlockDescriptorType() local
4709 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
4731 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local
4748 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2532 QualType FieldTypes[2]; in getSuperStructType() local
2535 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2537 FieldTypes[1] = Context->getObjCClassType(); in getSuperStructType()
2544 FieldTypes[i], nullptr, in getSuperStructType()
2560 QualType FieldTypes[4]; in getConstantStringStructType() local
2563 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
2565 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
2567 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
2569 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
2577 FieldTypes[i], nullptr, in getConstantStringStructType()
H A DRewriteModernObjC.cpp3027 QualType FieldTypes[2]; in getSuperStructType() local
3030 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
3032 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType()
3039 FieldTypes[i], nullptr, in getSuperStructType()
3055 QualType FieldTypes[4]; in getConstantStringStructType() local
3058 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
3060 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
3062 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
3064 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
3072 FieldTypes[i], nullptr, in getConstantStringStructType()