Searched refs:FieldTypes (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGRecordLayoutBuilder.cpp | 152 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes() 192 SmallVector<llvm::Type *, 16> FieldTypes; member 316 FieldTypes.push_back(StorageType); in lowerUnion() 589 FieldTypes.push_back(Member->Data); in fillOutputFields() 592 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1; in fillOutputFields() 595 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back()); in fillOutputFields() 597 NonVirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields() 599 VirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields() 656 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed); in ComputeRecordLayout() 664 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
|
D | MicrosoftCXXABI.cpp | 310 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local 315 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName); in getTypeDescriptorType() 328 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local 338 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType() 348 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local 355 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType() 364 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local 372 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType()
|
D | CodeGenModule.cpp | 2609 QualType FieldTypes[3]; in GetAddrOfConstantString() local 2612 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst()); in GetAddrOfConstantString() 2614 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst()); in GetAddrOfConstantString() 2616 FieldTypes[2] = Context.UnsignedIntTy; in GetAddrOfConstantString() 2623 FieldTypes[i], /*TInfo=*/nullptr, in GetAddrOfConstantString() 2685 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local 2698 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 4569 QualType FieldTypes[4]; in getCFConstantStringType() local 4572 FieldTypes[0] = getPointerType(IntTy.withConst()); in getCFConstantStringType() 4574 FieldTypes[1] = IntTy; in getCFConstantStringType() 4576 FieldTypes[2] = getPointerType(CharTy.withConst()); in getCFConstantStringType() 4578 FieldTypes[3] = LongTy; in getCFConstantStringType() 4585 FieldTypes[i], /*TInfo=*/nullptr, in getCFConstantStringType() 4623 QualType FieldTypes[] = { in getBlockDescriptorType() local 4636 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType() 4658 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local 4675 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType() [all …]
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 2541 QualType FieldTypes[2]; in getSuperStructType() local 2544 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 2546 FieldTypes[1] = Context->getObjCClassType(); in getSuperStructType() 2553 FieldTypes[i], nullptr, in getSuperStructType() 2569 QualType FieldTypes[4]; in getConstantStringStructType() local 2572 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 2574 FieldTypes[1] = Context->IntTy; in getConstantStringStructType() 2576 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType() 2578 FieldTypes[3] = Context->LongTy; in getConstantStringStructType() 2586 FieldTypes[i], nullptr, in getConstantStringStructType()
|
D | RewriteModernObjC.cpp | 3039 QualType FieldTypes[2]; in getSuperStructType() local 3042 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 3044 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType() 3051 FieldTypes[i], nullptr, in getSuperStructType() 3067 QualType FieldTypes[4]; in getConstantStringStructType() local 3070 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 3072 FieldTypes[1] = Context->IntTy; in getConstantStringStructType() 3074 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType() 3076 FieldTypes[3] = Context->LongTy; in getConstantStringStructType() 3084 FieldTypes[i], nullptr, in getConstantStringStructType()
|