Searched refs:FieldTypes (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGRecordLayoutBuilder.cpp | 163 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes() 203 SmallVector<llvm::Type *, 16> FieldTypes; member 342 FieldTypes.push_back(StorageType); in lowerUnion() 632 FieldTypes.push_back(Member->Data); in fillOutputFields() 635 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1; in fillOutputFields() 638 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back()); in fillOutputFields() 640 NonVirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields() 642 VirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields() 699 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed); in ComputeRecordLayout() 711 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
|
D | MicrosoftCXXABI.cpp | 444 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local 449 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName); in getTypeDescriptorType() 462 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local 472 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType() 482 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local 489 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType() 498 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local 506 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType() 674 llvm::Type *FieldTypes[] = { in getCatchableTypeType() local 684 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType"); in getCatchableTypeType() [all …]
|
D | CodeGenModule.cpp | 2999 QualType FieldTypes[3]; in GetAddrOfConstantString() local 3002 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst()); in GetAddrOfConstantString() 3004 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst()); in GetAddrOfConstantString() 3006 FieldTypes[2] = Context.UnsignedIntTy; in GetAddrOfConstantString() 3013 FieldTypes[i], /*TInfo=*/nullptr, in GetAddrOfConstantString() 3078 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local 3091 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 4836 QualType FieldTypes[4]; in getCFConstantStringType() local 4839 FieldTypes[0] = getPointerType(IntTy.withConst()); in getCFConstantStringType() 4841 FieldTypes[1] = IntTy; in getCFConstantStringType() 4843 FieldTypes[2] = getPointerType(CharTy.withConst()); in getCFConstantStringType() 4845 FieldTypes[3] = LongTy; in getCFConstantStringType() 4852 FieldTypes[i], /*TInfo=*/nullptr, in getCFConstantStringType() 4890 QualType FieldTypes[] = { in getBlockDescriptorType() local 4903 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType() 4925 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local 4942 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType() [all …]
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2533 QualType FieldTypes[2]; in getSuperStructType() local 2536 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 2538 FieldTypes[1] = Context->getObjCClassType(); in getSuperStructType() 2545 FieldTypes[i], nullptr, in getSuperStructType() 2561 QualType FieldTypes[4]; in getConstantStringStructType() local 2564 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 2566 FieldTypes[1] = Context->IntTy; in getConstantStringStructType() 2568 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType() 2570 FieldTypes[3] = Context->LongTy; in getConstantStringStructType() 2578 FieldTypes[i], nullptr, in getConstantStringStructType()
|
D | RewriteModernObjC.cpp | 3013 QualType FieldTypes[2]; in getSuperStructType() local 3016 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 3018 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType() 3025 FieldTypes[i], nullptr, in getSuperStructType() 3041 QualType FieldTypes[4]; in getConstantStringStructType() local 3044 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 3046 FieldTypes[1] = Context->IntTy; in getConstantStringStructType() 3048 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType() 3050 FieldTypes[3] = Context->LongTy; in getConstantStringStructType() 3058 FieldTypes[i], nullptr, in getConstantStringStructType()
|